summaryrefslogtreecommitdiffstats
path: root/tsclient.cfg
diff options
context:
space:
mode:
Diffstat (limited to 'tsclient.cfg')
-rw-r--r--tsclient.cfg52
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
11TSPlatform = Windows XP
12
13# TeamSpeak client version number (e.g. "2.0.32.60")
14TSVersionNumber = 2.0.32.60
15
16# TeamSpeak player login name
17# If string is empty, login as anonymous.
18TSLoginName = username
19
20# TeamSpeak player password
21TSLoginPassword = password
22
23# TeamSpeak player nickname
24TSNickname = tsdaemon
25
26# TeamSpeak server IP address or URL
27TSServerAddress = localhost
28
29# TeamSpeak server port
30TSPort = 8767
31
32#-------------------------------------------
33# TeamSpeak daemon scecific settings
34#-------------------------------------------
35
36#Daemon logfile
37#if string is empty, no logfile.
38LogFile = 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.
42ServerAddress = 0.0.0.0
43
44# Daemon allowed IP-Addresses
45# Separate with ','
46AllowedAddresses = 127.0.0.1
47
48# Daemon listening port
49Port = 54321
50
51# Daemon password
52Password = daemon_password