Advertisement
Guest User

Untitled

a guest
Aug 23rd, 2018
958
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 7.79 KB | None | 0 0
  1. #The configuration version.
  2. #Do NOT modify!
  3. version: 10
  4. log:
  5. #The log level
  6. #Available types:
  7. # 0: Trace
  8. # 1: Debug
  9. # 2: Info
  10. # 3: Warn
  11. # 4: Error
  12. # 5: Critical
  13. # 6: Off
  14. level: 1
  15. #Disable/enable ascii codes in log
  16. colored: 0
  17. #Virtualserver log chunk size
  18. #0 = Disable (Log all to one file)
  19. #1 = Individual (Create for each virtual server a new log)
  20. #>1 = Chunked (Use for each n virtual servers the same log file)
  21. #Do NOT TOUCH unless you're 100% sure!
  22. vs_size: 0
  23. #The log file path
  24. #Do NOT TOUCH unless you're 100% sure!
  25. path: logs/log_${time}(%Y-%m-%d_%H:%M:%S)_${group}.log
  26. messages:
  27. #The terminal log level
  28. level: 2
  29. voice:
  30. #The server stopped message
  31. server_stop: Server stopped
  32. application:
  33. #The server stopped message
  34. stop: Application stopped
  35. #The application crashed message
  36. crash: Application crashed
  37. #The idle time kick message
  38. idle_time: Idle time exceeded
  39. mute:
  40. #The mute notify message
  41. mute_message: "Hey!\nI muted you!"
  42. #The unmute notify message
  43. unmute_message: "Hey!\nI unmuted you!"
  44. kick_invalid:
  45. #The message when a client get kicked caused by an invalid hardware id
  46. hardware_id: Invalid hardware id. Protocol hacked?
  47. #The message when a client get kicked caused by an invalid command
  48. command: Invalid command. Protocol hacked?
  49. #The message when a client get kicked caused by an invalid badges
  50. badges: Invalid badges. Protocol hacked?
  51. vpn:
  52. #This is the kick/ban message when a client tries to connect with a vpn
  53. #Variables are enabled. Available:
  54. # - provider.name => Contains the provider of the ip which has been flaged as vps
  55. # - provider.website => Contains the website provider of the ip which has been flaged as vps
  56. kick: "Please disable your VPN! (Provider: ${provider.name})"
  57. general:
  58. #The database url
  59. #Available urls:
  60. # sqlite://[file]
  61. # mysql://[host][:port]/[database][?propertyName1=propertyValue1[&propertyName2=propertyValue2]...]
  62. #
  63. #More info about about the mysql url could be found here: https://dev.mysql.com/doc/connector-j/5.1/en/connector-j-reference-configuration-properties.html
  64. #There's also a new property called 'connections', which describes how many connections and queries could be executed synchronously
  65. #MySQL example: mysql://localhost:3306/teaspeak?userName=root&password=mysecretpassword&connections=4
  66. #Attention: If you're using MySQL you need at least 3 connections!
  67. database_url: sqlite://TeaData.sqlite
  68. #Insert here your license code (if you have one)
  69. license: none
  70. #The crashdump file path
  71. crash_path: crash_dumps/
  72. binding:
  73. file:
  74. #The default host for the file server
  75. host: 0.0.0.0
  76. #The default port for the file server
  77. port: 30303
  78. query:
  79. #The default host for the query server
  80. host: 0.0.0.0
  81. #The default port for the query server
  82. port: 10101
  83. server:
  84. #The displayed version to the client
  85. #This option is only for the premium version.
  86. version: "TeaSpeak 1.2.11-beta [Build: 1534988959]"
  87. #The displayed platform to the client
  88. #This option is only for the premium version.
  89. platform: Linux
  90. #The displayed licence type to every TeaSpeak 3 Client
  91. #Attention this option just work for non 3.2 clients!
  92. #Available types:
  93. # 0: No Licence
  94. # 1: Authorised TeaSpeak Host Provider License (ATHP)
  95. # 2: Offline/Lan Licence
  96. # 3: Non-Profit License (NPL)
  97. # 4: Unknown Licence
  98. # 5: ~placeholder~
  99. # 6: Auto-License (Server based)
  100. # 7: Auto-License (Instance based)
  101. #This option is only for the premium version.
  102. licence: 7
  103. #Enable/disable the deletion of old bans within the database
  104. delete_old_bans: 1
  105. #Enable/disable the deletion of invalid icon id permissions
  106. delete_missing_icon_permissions: 0
  107. query:
  108. #Change the query newline character
  109. nl_char: "\r\n"
  110. #The query welcome message
  111. #Notice: If not like TeamSpeak then some applications may not recognize the Query
  112. #Default TeamSpeak 3 MOTD:
  113. motd: "TeaSpeak\r\nWelcome on the TeaSpeak ServerQuery interface.\r\n"
  114. #Enable/disable SSL for query
  115. #Available modes:
  116. # 0: Disabled
  117. # 1: Enabled (Enforced encryption)
  118. # 2: Hybrid (Prefer encryption but fallback when it isnt available)
  119. enableSSL: 2
  120. ssl:
  121. #The SSL certificate for the query manager
  122. #The SSL certificate for the query manager
  123. certificate: certs/query_certificate.pem
  124. #The SSL private key for the query manager (You have to export the key without a password!)
  125. privatekey: certs/query_privatekey.pem
  126. voice:
  127. #Change the default voice server port
  128. default_port: 9987
  129. #Enable/disable the mute notify
  130. notifymute: 1
  131. #Supress the MyTS integration warnings
  132. suppress_myts_warnings: 1
  133. rsa:
  134. #The amount of precomputed puzzles
  135. #Do NOT TOUCH unless you're 100% sure!
  136. puzzle_pool_size: 128
  137. handshake:
  138. #The puzzle level. (A higher number will result a longer calculation time for the manager RSA puzzle)
  139. #Do NOT TOUCH unless you're 100% sure!
  140. puzzle_level: 1000
  141. #Enforces the cookie exchange (Low level protection against distributed denial of service attacks (DDOS attacks))
  142. #This option is highly recommended!
  143. #Do NOT TOUCH unless you're 100% sure!
  144. enforce_cookie: 1
  145. #Maximum amount of join attempts per second.
  146. connect_limit: 10
  147. #Maximum amount of join attempts per second per ip.
  148. client_connect_limit: 3
  149. protocol:
  150. #Its just a test for the new TeamSpeak licensing system (you require a extra plugin!)
  151. experimental_31: 0
  152. #The configuration version.
  153. #Do NOT modify!
  154. version: 0
  155. chain: AQCVXTlKF+UQc0yga99dOQ9FJCwLaJqtDb1G7xYPMvHFMwIKVfKADF6zAAcAAAAgQW5vbnltb3VzAA==
  156. root_key_prv: QCUIVtjakIWe3BoNWHt9c6BX8lUyR4QOPirywBuPI0s=
  157. root_key_pbl: zQ3irtRjRVCafjz9j2iz3HVVsp3M7HPNGHUPmTgSQIo=
  158. root_prv_index: 1
  159. web:
  160. #Disable/enable the possibility to connect via the TeaSpeak web manager
  161. enabled: 1
  162. ssl:
  163. #The SSL certificate for the web manager
  164. certificate: certs/default_certificate.pem
  165. #The SSL private key for the web manager (You have to export the key without a password!)
  166. privatekey: certs/default_privatekey.pem
  167. threads:
  168. #Thread pool size for the ticking task of a VirtualServer
  169. #Do NOT TOUCH unless you're 100% sure!
  170. ticking: 2
  171. voice:
  172. #Max number of threads for command handling on the instance
  173. #Do NOT TOUCH unless you're 100% sure!
  174. execute_limit: 10
  175. #Threads per server for command executing
  176. #Do NOT TOUCH unless you're 100% sure!
  177. execute_per_server: 3
  178. #LibEvent events per server
  179. #Do NOT TOUCH unless you're 100% sure!
  180. events_per_server: 4
  181. #Minimum IO threads
  182. #Do NOT TOUCH unless you're 100% sure!
  183. io_min: 3
  184. #IO Thread increase per server
  185. #Do NOT TOUCH unless you're 100% sure!
  186. io_per_server: 4
  187. #Max IO threads
  188. #Do NOT TOUCH unless you're 100% sure!
  189. io_limit: 10
  190. music:
  191. #Max number of threads for command handling on the instance
  192. #Do NOT TOUCH unless you're 100% sure!
  193. execute_limit: 15
  194. #Threads per server for command executing
  195. #Do NOT TOUCH unless you're 100% sure!
  196. execute_per_bot: 1
  197. geolocation:
  198. #The fallback country if lookup fails
  199. fallback_country: DE
  200. mapping:
  201. #The mapping file for the given provider
  202. #Default for IP2Location: geoloc/IP2Location.CSV
  203. #Default for Software77: geoloc/IpToCountry.csv
  204. file: geoloc/IP2Location.CSV
  205. #The IP 2 location resolver
  206. #0 = IP2Location
  207. #1 = Software77
  208. type: 0
  209. #Disable/enable the IP2Location lookup
  210. force_fallback_country: 0
  211. vpn:
  212. #The mapping file for vpn checker (https://github.com/client9/ipcat/blob/master/datacenters.csv)
  213. file: geoloc/ipcat.csv
  214. #Disable/enable the vpn test
  215. enabled: 0
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement