From aa4d106cd3547ce6b47820ac71374f21ebe85c2c Mon Sep 17 00:00:00 2001 From: Sonny Bakker Date: Thu, 25 Dec 2025 19:39:58 +0100 Subject: [PATCH] Add output chain --- templates/nftables.j2 | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/templates/nftables.j2 b/templates/nftables.j2 index 100bd44..98f079c 100644 --- a/templates/nftables.j2 +++ b/templates/nftables.j2 @@ -85,4 +85,8 @@ table ip filter { iifname {{ vpn_media_interface }} ip saddr {{ vpn_media_subnet }} ip daddr {{ jellyfin_nginx_ip }} accept } + + chain output { + type filter hook output priority filter; + } }