comparison example.conf @ 91:d8d8cd36e201

Update configuration.
author Matti Hamalainen <ccr@tnsp.org>
date Sun, 30 Aug 2009 22:39:26 +0300
parents 532169789f52
children 1cbefe9c26c1
comparison
equal deleted inserted replaced
90:5a758a7c66f0 91:d8d8cd36e201
66 FILTER_MAX_AGE = 168 66 FILTER_MAX_AGE = 168
67 67
68 ## Target iptables target for added entries, default is DROP, but you 68 ## Target iptables target for added entries, default is DROP, but you
69 ## can use whatever rule chain name you want to here. 69 ## can use whatever rule chain name you want to here.
70 FILTER_TARGET = "DROP" 70 FILTER_TARGET = "DROP"
71
72 ## Netfilter rule chain to add/remove rules to/from.
73 #FILTER_CHAIN = "INPUT"
74
75 ## Netfilter table to add/remove rules to/from.
76 #FILTER_TABLE = "filter"
71 77
72 78
73 ############################################################################# 79 #############################################################################
74 ### Logfiles 80 ### Logfiles
75 ############################################################################# 81 #############################################################################