From 330730a352044f0379ced99477ebe302ea1a832a Mon Sep 17 00:00:00 2001 From: Kenny Ballou Date: Mon, 10 Aug 2020 06:14:01 -0600 Subject: firewall: add irc port Signed-off-by: Kenny Ballou --- eligos/nftables-rules.nft | 1 + phenex/nftables-rules.nft | 1 + 2 files changed, 2 insertions(+) diff --git a/eligos/nftables-rules.nft b/eligos/nftables-rules.nft index 674ed7c..adc8507 100644 --- a/eligos/nftables-rules.nft +++ b/eligos/nftables-rules.nft @@ -62,6 +62,7 @@ table inet filter { tcp dport nntps counter accept udp dport nntps counter accept tcp dport 5222 counter accept + tcp dport 6697 counter accept counter } } diff --git a/phenex/nftables-rules.nft b/phenex/nftables-rules.nft index 238dc6c..22ed7f9 100644 --- a/phenex/nftables-rules.nft +++ b/phenex/nftables-rules.nft @@ -57,6 +57,7 @@ table inet filter { tcp dport postgresql ip daddr { 127.0.0.1/8, 10.0.0.0/8 } counter accept ip daddr 127.0.0.0/8 counter accept tcp dport 5222 counter accept + tcp dport 6697 counter accept counter } } -- cgit v1.2.1