diff options
Diffstat (limited to 'etc')
-rw-r--r-- | etc/nftables.conf | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/etc/nftables.conf b/etc/nftables.conf index b0c2c669..bd943c12 100644 --- a/etc/nftables.conf +++ b/etc/nftables.conf @@ -33,6 +33,12 @@ table inet my_table { #udp dport qbt accept #tcp dport iperf3 accept udp dport wireguard accept + # email ports + #tcp dport smtp accept + #udp dport smtp accept + # other email ports? seems blocked by crunchbits + #tcp dport 465 accept + #tcp dport 587 accept pkttype host limit rate 5/second counter reject with icmpx type admin-prohibited counter comment "count any other traffic" |