mirror of
https://github.com/vincentmli/bpfire.git
synced 2026-04-23 01:12:57 +02:00
Merge remote-tracking branch 'ms/iptables-conntrack' into next
This commit is contained in:
@@ -135,6 +135,16 @@ $(TARGET) :
|
||||
echo "POLICY=MODE2" >> $(CONFIG_ROOT)/firewall/settings
|
||||
echo "POLICY1=MODE2" >> $(CONFIG_ROOT)/firewall/settings
|
||||
|
||||
# Add conntrack helper default settings
|
||||
for proto in FTP H323 IRC SIP TFTP; do \
|
||||
echo "CONNTRACK_$${proto}=on" >> $(CONFIG_ROOT)/optionsfw/settings; \
|
||||
done
|
||||
|
||||
# Do not enable these by default because these are broken
|
||||
for proto in AMANDA PPTP; do \
|
||||
echo "CONNTRACK_$${proto}=off" >> $(CONFIG_ROOT)/optionsfw/settings; \
|
||||
done
|
||||
|
||||
# set converters executable
|
||||
chmod 755 /usr/sbin/convert-*
|
||||
|
||||
|
||||
Reference in New Issue
Block a user