From cfd2880cdec84d49f4cf07f60c1b9013d1d6ffda Mon Sep 17 00:00:00 2001 From: Arun Isaac Date: Fri, 27 Feb 2026 15:30:44 +0000 Subject: steel: Open UDP port 30000 for luanti. Change-Id: If77390ff51a5135ad0a0af3f74fb99d14f59313d --- steel-nftables.conf | 2 ++ 1 file changed, 2 insertions(+) diff --git a/steel-nftables.conf b/steel-nftables.conf index e5d379c..1780abb 100644 --- a/steel-nftables.conf +++ b/steel-nftables.conf @@ -8,5 +8,7 @@ table ip filter { iifname lo accept # Allow 8080 for occasional darkhttpd use. tcp dport 8080 accept + # Allow 30000 for luanti. + udp dport 30000 accept } } \ No newline at end of file -- cgit 1.4.1