Skip to content

Commit 89d0753

Browse files
author
Mina Naguib
committed
* wifidog.conf: Make the default ruleset for validating users = allow all (except sending SMTP)
1 parent 7df2238 commit 89d0753

2 files changed

Lines changed: 7 additions & 12 deletions

File tree

ChangeLog

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,9 @@
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+
27
2005-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

wifidog.conf

Lines changed: 2 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -146,18 +146,8 @@ FirewallRuleSet global {
146146
#
147147
# Used for new users validating their account
148148
FirewallRuleSet 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

0 commit comments

Comments
 (0)