| Server IP : 81.2.241.106 / Your IP : 216.73.216.165 Web Server : Apache/2.4.67 (Debian) System : Linux tranq-f.bakta.org 5.10.0-45-amd64 #1 SMP Debian 5.10.259-1 (2026-07-02) x86_64 User : lisky ( 1002) PHP Version : 7.4.33 Disable Function : pcntl_alarm,pcntl_fork,pcntl_waitpid,pcntl_wait,pcntl_wifexited,pcntl_wifstopped,pcntl_wifsignaled,pcntl_wifcontinued,pcntl_wexitstatus,pcntl_wtermsig,pcntl_wstopsig,pcntl_signal,pcntl_signal_get_handler,pcntl_signal_dispatch,pcntl_get_last_error,pcntl_strerror,pcntl_sigprocmask,pcntl_sigwaitinfo,pcntl_sigtimedwait,pcntl_exec,pcntl_getpriority,pcntl_setpriority,pcntl_async_signals,pcntl_unshare, MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : OFF | Sudo : ON | Pkexec : OFF Directory : /opt/teamspeak3-server_linux-amd64/tsdns/ |
Upload File : |
# ***This is the configuration file for the TSDNS server*** # # The format is always "ident=value", where: # ident is a host-name, which should at least for the right hand side be a # valid (DNS) host-name. # On a box known via DNS as "myrootserver.com" sensible idents might be # "myrootserver.com" or "any.combination.of.weird.words.myrootserver.com". # Also allowed is "*" as first character of an ident, which matches any # queries that end with what follows the star. For example "*" matches # always, providing a default answer. "*.myserver.eu" matches every query # that ends with ".myserver.eu", like "foo.myserver.eu". # # The value side is always an IP address followed by a ':' and then either a # port or the special string "$PORT". # # Also allowed as value is the special string "NORESPONSE", which makes the # TSDNS server answer not answer this query. This can be useful in scenarios # where multiple TSDNS servers exist and you wish to let "the other" TSDNS # server handle this request. Or you wish regular domain resolving to take # place for some cases. # # Example: The TSDNS server runs on on a box reachable as both as # "teamspeak.com" and as "teamspeak-systems.de" # So we might configure: # public.teamspeak.com=12.13.14.15:10000 # test.teamspeak.com=12.13.14.15:12000 # private.teamspeak.com=12.13.14.15:14000 # voice.teamspeak.com=NORESPONSE # *.teamspeak-systems.de=1.2.3.4:15000 # *=12.13.14.15:$PORT # # This way, now clients can connect to "test.teamspeak.com" to reach the test # server, but if they still have the old "teamspeak.com:12000" in their # bookmarks, it will also work thanks to the "*=12.13.14.15:$PORT" line, which # acts as a backwards compatibility mechanism in this case, for everybody not # using the new TSDNS names to connect. # # Starting server version 3.0.13 ipv6 values can also be specified. These are # formated along the line of rfc2732 using [ and ] to encapsulate the address. # For example the localhost port 9987 in ipv6 format would be [::1]:9987. Also # starting 3.0.13, it is possible to specify a list of ip's on a line. An # example would be to specify an ipv4 and ipv6 address, but multiple ipv4 and # ipv6 addresses seperated by a space are allowed. Older clients that do not # support ipv6 and multi value replies, will only recieve the first ipv4 # address on the line. For example: # public2.teamspeak.com=[2001:0db8::1]:9987 1.2.3.4:9987 5.6.7.8:9987 # will only send 1.2.3.4:9987 to the older clients. # # Lines starting with "#" are ignored by the tsdns server, so to make any # actual configuration you must remove the "#" infront. # # Note that if you want to use any non ascii characters you may do so, # but you should make sure to store this configuration file as UTF8 encoded # document. #