13 lines
489 B
XML
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> |