diff options
Diffstat (limited to 'tsclient.cfg')
| -rw-r--r-- | tsclient.cfg | 52 |
1 files changed, 52 insertions, 0 deletions
diff --git a/tsclient.cfg b/tsclient.cfg new file mode 100644 index 0000000..218756f --- /dev/null +++ b/tsclient.cfg | |||
| @@ -0,0 +1,52 @@ | |||
| 1 | #******************************************* | ||
| 2 | # TeamSpeak daemon | ||
| 3 | # (c)2005 clan-server.at | ||
| 4 | #******************************************* | ||
| 5 | |||
| 6 | #------------------------------------------- | ||
| 7 | # TeamSpeak client scecific settings | ||
| 8 | #------------------------------------------- | ||
| 9 | |||
| 10 | # TeamSpeak client Platform description | ||
| 11 | TSPlatform = Windows XP | ||
| 12 | |||
| 13 | # TeamSpeak client version number (e.g. "2.0.32.60") | ||
| 14 | TSVersionNumber = 2.0.32.60 | ||
| 15 | |||
| 16 | # TeamSpeak player login name | ||
| 17 | # If string is empty, login as anonymous. | ||
| 18 | TSLoginName = username | ||
| 19 | |||
| 20 | # TeamSpeak player password | ||
| 21 | TSLoginPassword = password | ||
| 22 | |||
| 23 | # TeamSpeak player nickname | ||
| 24 | TSNickname = tsdaemon | ||
| 25 | |||
| 26 | # TeamSpeak server IP address or URL | ||
| 27 | TSServerAddress = localhost | ||
| 28 | |||
| 29 | # TeamSpeak server port | ||
| 30 | TSPort = 8767 | ||
| 31 | |||
| 32 | #------------------------------------------- | ||
| 33 | # TeamSpeak daemon scecific settings | ||
| 34 | #------------------------------------------- | ||
| 35 | |||
| 36 | #Daemon logfile | ||
| 37 | #if string is empty, no logfile. | ||
| 38 | LogFile = tsclient.log | ||
| 39 | |||
| 40 | # Daemon host address, can be IP or URL | ||
| 41 | # If string is empty or 0.0.0.0, bind to any interfaces. | ||
| 42 | ServerAddress = 0.0.0.0 | ||
| 43 | |||
| 44 | # Daemon allowed IP-Addresses | ||
| 45 | # Separate with ',' | ||
| 46 | AllowedAddresses = 127.0.0.1 | ||
| 47 | |||
| 48 | # Daemon listening port | ||
| 49 | Port = 54321 | ||
| 50 | |||
| 51 | # Daemon password | ||
| 52 | Password = daemon_password | ||
