Typo 'udp' v. 'tcp' for SMTP
This commit is contained in:
parent
ba171135b1
commit
a9a734f51d
1 changed files with 2 additions and 2 deletions
|
@ -117,8 +117,8 @@ table inet filter {
|
|||
log prefix "fwd-to-inet" group 0
|
||||
|
||||
# On évite certains problèmes de spam
|
||||
ip saddr $member_v4 udp dport 25 drop
|
||||
ip6 saddr $member_v6 udp dport 25 drop
|
||||
ip saddr $member_v4 tcp dport 25 drop
|
||||
ip6 saddr $member_v6 tcp dport 25 drop
|
||||
|
||||
# Les adhérents ont accès à internet
|
||||
ip saddr $member_v4 accept
|
||||
|
|
Loading…
Reference in a new issue