summary refs log tree commit diff
diff options
context:
space:
mode:
authorArun Isaac2026-02-27 15:30:44 +0000
committerArun Isaac2026-02-27 15:31:02 +0000
commitcfd2880cdec84d49f4cf07f60c1b9013d1d6ffda (patch)
treeed18ae94499ffb05f917f4bb90db5d3ccf3b0240
parent9223a6c014e1bbb4f76606669ca305d6965b0163 (diff)
downloadmachines-cfd2880cdec84d49f4cf07f60c1b9013d1d6ffda.tar.gz
machines-cfd2880cdec84d49f4cf07f60c1b9013d1d6ffda.tar.lz
machines-cfd2880cdec84d49f4cf07f60c1b9013d1d6ffda.zip
steel: Open UDP port 30000 for luanti.
Change-Id: If77390ff51a5135ad0a0af3f74fb99d14f59313d
-rw-r--r--steel-nftables.conf2
1 files changed, 2 insertions, 0 deletions
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