teamspeak3/ts3server.xml
2025-12-13 19:48:40 +01:00

13 lines
489 B
XML

<?xml version="1.0" encoding="utf-8"?>
<service>
<short>Teamspeak 3 Server</short>
<description>Firewall rules for the Teamspeak 3 Server</description>
<!-- Voice Port -->
<port protocol="udp" port="9987" />
<!-- File Transfer Port -->
<port protocol="tcp" port="30033" />
<!-- Optional Server Query (RAW) -->
<!-- <port protocol="tcp" port="10011" /> -->
<!-- Optional Server Query (SSH) -->
<!-- <port protocol="tcp" port="10022" /> -->
</service>