X-Git-Url: https://git.distorted.org.uk/~mdw/firewall/blobdiff_plain/bfdc045deb6149808d309b4ac3c292d9c57a8b38..5df19e1fc98497f17ba189dc40339146832e86c3:/config.m4 diff --git a/config.m4 b/config.m4 index c48a92a..6756452 100644 --- a/config.m4 +++ b/config.m4 @@ -1,4 +1,4 @@ -### -*-m4-*- +### -*-sh-*- ### ### Configuration for firewall scripts ### @@ -28,7 +28,7 @@ m4_divert(5)m4_dnl ## Name of this script. defconf(firewall_script, /etc/init.d/firewall) -## Name of emergency fallback sceipt. +## Name of emergency fallback script. defconf(firewall_failsafe, /etc/init.d/firewall.safe) ## Set the range of dynamically allocated ports. Access to these from @@ -36,8 +36,17 @@ defconf(firewall_failsafe, /etc/init.d/firewall.safe) defconf(open_port_min, 32000) defconf(open_port_max, 54999) +## Which chains to preserve. +defconf(preserve_chains, ) + ## Whether to permit forwarding. defconf(forward, 1) +## Whether to turn on the reverse-path filter. +defconf(rp_filter, 1) + +## Whether to turn on logging of martian packets. +defconf(log_martians, 1) + m4_divert(-1) ###----- That's all, folks --------------------------------------------------