From 62e23a287b8e5194130ad33570e6849a3fcb9892 Mon Sep 17 00:00:00 2001 From: Xiao Pan Date: Wed, 20 Mar 2024 09:10:33 +0000 Subject: add future maybe enable ports to nft conf --- etc/nftables.conf | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'etc/nftables.conf') 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" -- cgit v1.2.3-70-g09d2