From f0488dccb2fe3cb7fc570372926abf0a312a8af8 Mon Sep 17 00:00:00 2001 From: Guilhem Moulin Date: Thu, 4 Jan 2024 16:39:29 +0100 Subject: Install nginx. --- files/etc/nftables.conf | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'files/etc/nftables.conf') 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 { -- cgit v1.2.3