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; + } }