summaryrefslogtreecommitdiffstats
path: root/files/etc/nftables.conf
diff options
context:
space:
mode:
authorGuilhem Moulin <guilhem@fripost.org>2024-01-04 16:39:29 +0100
committerGuilhem Moulin <guilhem@fripost.org>2024-01-31 08:19:22 +0100
commitf0488dccb2fe3cb7fc570372926abf0a312a8af8 (patch)
treefe9f421cad6d19ad27da4f68d58841c7078d6bc1 /files/etc/nftables.conf
parent649e6c4c696e369712ff18e792ef000125b5591c (diff)
Install nginx.
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 {