From 310a2c101b32a5e71a616027b6a1b788a341bc02 Mon Sep 17 00:00:00 2001 From: manuel Date: Tue, 5 Mar 2013 17:39:48 +0100 Subject: initial GPLv2 release --- tsclient.cfg | 52 ++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 52 insertions(+) create mode 100644 tsclient.cfg (limited to 'tsclient.cfg') diff --git a/tsclient.cfg b/tsclient.cfg new file mode 100644 index 0000000..218756f --- /dev/null +++ b/tsclient.cfg @@ -0,0 +1,52 @@ +#******************************************* +# TeamSpeak daemon +# (c)2005 clan-server.at +#******************************************* + +#------------------------------------------- +# TeamSpeak client scecific settings +#------------------------------------------- + +# TeamSpeak client Platform description +TSPlatform = Windows XP + +# TeamSpeak client version number (e.g. "2.0.32.60") +TSVersionNumber = 2.0.32.60 + +# TeamSpeak player login name +# If string is empty, login as anonymous. +TSLoginName = username + +# TeamSpeak player password +TSLoginPassword = password + +# TeamSpeak player nickname +TSNickname = tsdaemon + +# TeamSpeak server IP address or URL +TSServerAddress = localhost + +# TeamSpeak server port +TSPort = 8767 + +#------------------------------------------- +# TeamSpeak daemon scecific settings +#------------------------------------------- + +#Daemon logfile +#if string is empty, no logfile. +LogFile = tsclient.log + +# Daemon host address, can be IP or URL +# If string is empty or 0.0.0.0, bind to any interfaces. +ServerAddress = 0.0.0.0 + +# Daemon allowed IP-Addresses +# Separate with ',' +AllowedAddresses = 127.0.0.1 + +# Daemon listening port +Port = 54321 + +# Daemon password +Password = daemon_password -- cgit v1.2.3