File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11# $Header$
2+
3+ 2005-04-28 Mina Naguib <mina@ilesansfil.org>
4+ * wifidog.conf: Make the default ruleset for validating users = allow all
5+ (except sending SMTP)
6+
272005-04-20 Philippe April <philippe@ilesansfil.org>
38 * fw_iptables.c: Insert ourselves at the end of filter.FORWARD instead of
49 at the beginning since important FW instructions are located there on the
Original file line number Diff line number Diff line change @@ -146,18 +146,8 @@ FirewallRuleSet global {
146146#
147147# Used for new users validating their account
148148FirewallRuleSet validating-users {
149- FirewallRule allow udp port 67
150- FirewallRule allow tcp port 67
151- FirewallRule allow udp port 53
152- FirewallRule allow tcp port 53
153- FirewallRule allow tcp port 80
154- FirewallRule allow tcp port 110
155- FirewallRule allow tcp port 995
156- FirewallRule allow tcp port 143
157- FirewallRule allow tcp port 993
158- FirewallRule allow tcp port 220
159- FirewallRule allow tcp port 443
160- FirewallRule block to 0.0.0.0/0
149+ FirewallRule block tcp port 25
150+ FirewallRule allow to 0.0.0.0/0
161151}
162152
163153# Rule Set: known-users
You can’t perform that action at this time.
0 commit comments