From 4ef5b0459e74e885381ac47ced02661136c2d9e5 Mon Sep 17 00:00:00 2001 From: = <=> Date: Tue, 21 Oct 2025 23:54:38 +0000 Subject: [PATCH] add ts --- stream/teamspeak.conf | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 stream/teamspeak.conf diff --git a/stream/teamspeak.conf b/stream/teamspeak.conf new file mode 100644 index 0000000..f291f1b --- /dev/null +++ b/stream/teamspeak.conf @@ -0,0 +1,11 @@ +server { + listen 9987 reuseport; + proxy_timeout 30s; + proxy_pass teamspeak.dmz; +} + +server { + listen 30033 reuseport; + proxy_timeout 30s; + proxy_pass teamspeak.dmz; +} \ No newline at end of file