summaryrefslogtreecommitdiffstats
path: root/files/etc/nftables.conf
diff options
context:
space:
mode:
Diffstat (limited to 'files/etc/nftables.conf')
-rw-r--r--files/etc/nftables.conf3
1 files changed, 2 insertions, 1 deletions
diff --git a/files/etc/nftables.conf b/files/etc/nftables.conf
index e8784ab..7a99b72 100644
--- a/files/etc/nftables.conf
+++ b/files/etc/nftables.conf
@@ -38,7 +38,8 @@ table inet filter {
ct state related,established accept
meta l4proto { icmp, icmpv6 } counter accept
- tcp dport 22 ct state new counter accept
+ tcp dport 22 ct state new counter accept
+ tcp dport {80, 443} ct state new counter accept
}
chain output {