1

System/Servenix: Open TeamSpeak ports

This commit is contained in:
2025-11-11 13:48:08 +01:00
parent c3863c568f
commit 9824a769c1
11 changed files with 28 additions and 25 deletions

View File

@ -62,21 +62,27 @@
};
allowedTCPPorts = [
53 # DNS
80 # HTTP
3000 # Gitea runner needs to reach local gitea instance
# 9987 # Teamspeak
# 30033 # Teamspeak
# 10080 # Teamspeak
53 # DNS (Adguard Home)
67 # DHCP
80 # HTTP (Nginx Proxy Manager)
443 # HTTPS (Nginx Proxy Manager)
3000 # Gitea (runner needs to reach local gitea instance)
30033 # Teamspeak
10080 # Teamspeak
];
allowedUDPPorts = [
53 # DNS
53 # DNS (Adguard Home)
67 # DHCP
3000 # Gitea runner needs to reach local gitea instance
# 9987 # Teamspeak
# 30033 # Teamspeak
# 10080 # Teamspeak
80 # HTTP (Nginx Proxy Manager)
443 # HTTPS (Nginx Proxy Manager)
3000 # Gitea (runner needs to reach local gitea instance)
30033 # Teamspeak
9987 # Teamspeak
];
};