mirror of
https://github.com/vincentmli/bpfire.git
synced 2026-04-20 16:02:59 +02:00
Forward Firewall: fixed default entries in /var/ipfire/optionsfw/settings.
This commit is contained in:
committed by
Michael Tremer
parent
3d016366b8
commit
c0ec19967e
@@ -111,9 +111,7 @@ $(TARGET) :
|
||||
echo "nameserver 1.2.3.4" > $(CONFIG_ROOT)/ppp/fake-resolv.conf
|
||||
echo "DROPNEWNOTSYN=on" >> $(CONFIG_ROOT)/optionsfw/settings
|
||||
echo "DROPINPUT=on" >> $(CONFIG_ROOT)/optionsfw/settings
|
||||
echo "DROPOUTPUT=on" >> $(CONFIG_ROOT)/optionsfw/settings
|
||||
echo "DROPINPUT=on" >> $(CONFIG_ROOT)/optionsfw/settings
|
||||
echo "DROPOUTPUT=on" >> $(CONFIG_ROOT)/optionsfw/settings
|
||||
echo "DROPFORWARD=on" >> $(CONFIG_ROOT)/optionsfw/settings
|
||||
echo "DROPPORTSCAN=on" >> $(CONFIG_ROOT)/optionsfw/settings
|
||||
|
||||
# set rules.pl executable
|
||||
|
||||
Reference in New Issue
Block a user