numbers.m4, vampire.m4: Expose print server to local untrusted hosts.
[firewall] / config.m4
index 21c6712..ee9ef90 100644 (file)
--- a/config.m4
+++ b/config.m4
@@ -21,7 +21,7 @@
 ### along with this program; if not, write to the Free Software Foundation,
 ### Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
 
-m4_divert(5)m4_dnl
+m4_divert(4)m4_dnl
 ###--------------------------------------------------------------------------
 ### Configuration.
 
@@ -36,14 +36,8 @@ defconf(firewall_failsafe, /etc/init.d/firewall.safe)
 defconf(open_port_min, 32000)
 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)
+## Which chains to preserve.
+defconf(preserve_chains, )
 
 m4_divert(-1)
 ###----- That's all, folks --------------------------------------------------