18 lines
377 B
Markdown
18 lines
377 B
Markdown
|
# Steps
|
||
|
|
||
|
## pfSense API
|
||
|
To install pfSense API, simply run the following command from the pfSense shell:<br>
|
||
|
```
|
||
|
pkg add https://github.com/jaredhendrickson13/pfsense-api/releases/latest/download/pfSense-2.5-pkg-API.txz && /etc/rc.restart_webgui
|
||
|
```
|
||
|
|
||
|
## Data.json
|
||
|
Make sure the config data in Data.json is what you want
|
||
|
|
||
|
## push.py
|
||
|
Now push those rules bruh
|
||
|
```
|
||
|
./push.py
|
||
|
```
|
||
|
|