Merge to implement latest changes #1

Merged
MonkWho merged 33 commits from master into master 2020-05-03 02:30:07 +05:30
Showing only changes of commit ac24e30724 - Show all commits

View file

@ -98,7 +98,8 @@ If you only have two NICs, you can buy this cheap USB 100Mbps NIC [from Amazon](
3. Copy `bin/pfatt.sh` to `/root/bin` (or any directory): 3. Copy `bin/pfatt.sh` to `/root/bin` (or any directory):
``` ```
scp bin/pfatt.sh root@pfsense:/usr/local/etc/rc.d/ ssh root@pfsense mkdir /root/bin
scp bin/pfatt.sh root@pfsense:/root/bin/
ssh root@pfsense chmod +x /root/bin/pfatt.sh ssh root@pfsense chmod +x /root/bin/pfatt.sh
``` ```
Now edit your `config.xml` to include `<earlyshellcmd>/root/bin/pfatt.sh</earlyshellcmd>` above `</system>` Now edit your `config.xml` to include `<earlyshellcmd>/root/bin/pfatt.sh</earlyshellcmd>` above `</system>`