mirror of
https://github.com/vincentmli/bpfire.git
synced 2026-04-27 19:23:24 +02:00
firewall: Add amanda to the conntrack helpers
This commit is contained in:
@@ -136,7 +136,7 @@ $(TARGET) :
|
||||
echo "POLICY1=MODE2" >> $(CONFIG_ROOT)/firewall/settings
|
||||
|
||||
# Add conntrack helper default settings
|
||||
for proto in FTP PPTP SIP TFTP; do \
|
||||
for proto in AMANDA FTP PPTP SIP TFTP; do \
|
||||
echo "CONNTRACK_$${proto}=on" >> $(CONFIG_ROOT)/optionsfw/settings; \
|
||||
done
|
||||
|
||||
|
||||
Reference in New Issue
Block a user