summary refs log tree commit diff
diff options
context:
space:
mode:
-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