X-Git-Url: https://git.distorted.org.uk/~mdw/firewall/blobdiff_plain/5ac64c9b750673e11f9a0f78be88d8658bc2e5e5..6f74cc8232191143d6a8e642c74410e9fd2254b9:/config.m4 diff --git a/config.m4 b/config.m4 index 391e504..21c6712 100644 --- a/config.m4 +++ b/config.m4 @@ -39,5 +39,11 @@ defconf(open_port_max, 54999) ## 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 --------------------------------------------------