Advertisement
Guest User

Untitled

a guest
Sep 17th, 2018
684
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 7.75 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: Shutdown server.
  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!\nTi ho mutato!"
  42. #The unmute notify message
  43. unmute_message: "Hey!\nTi ho smutato!"
  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: 30033
  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: 10011
  83. server:
  84. #The displayed version to the client
  85. #This option is only for the premium version.
  86. version: Fragordie-Teamspeak
  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. #TS3\r\nWelcome to the TeamSpeak 3 ServerQuery interface, type \"help\" for a list of commands and \"help <command>\" for information on a specific command.\r\n\r\n
  114. motd: "TS3\r\nWelcome to the TeamSpeak 3 ServerQuery interface, type \"help\" for a list of commands and \"help <command>\" for information on a specific command.\r\n"
  115. #Enable/disable SSL for query
  116. #Available modes:
  117. # 0: Disabled
  118. # 1: Enabled (Enforced encryption)
  119. # 2: Hybrid (Prefer encryption but fallback when it isnt available)
  120. enableSSL: 2
  121. ssl:
  122. #The SSL certificate for the query manager
  123. #The SSL certificate for the query manager
  124. certificate: certs/query_certificate.pem
  125. #The SSL private key for the query manager (You have to export the key without a password!)
  126. privatekey: certs/query_privatekey.pem
  127. voice:
  128. #Change the default voice server port
  129. default_port: 9987
  130. #Enable/disable the mute notify
  131. notifymute: 0
  132. #Supress the MyTS integration warnings
  133. suppress_myts_warnings: 1
  134. rsa:
  135. #The amount of precomputed puzzles
  136. #Do NOT TOUCH unless you're 100% sure!
  137. puzzle_pool_size: 128
  138. handshake:
  139. #The puzzle level. (A higher number will result a longer calculation time for the manager RSA puzzle)
  140. #Do NOT TOUCH unless you're 100% sure!
  141. puzzle_level: 1000
  142. #Enforces the cookie exchange (Low level protection against distributed denial of service attacks (DDOS attacks))
  143. #This option is highly recommended!
  144. #Do NOT TOUCH unless you're 100% sure!
  145. enforce_cookie: 1
  146. #Maximum amount of join attempts per second.
  147. connect_limit: 10
  148. #Maximum amount of join attempts per second per ip.
  149. client_connect_limit: 4
  150. protocol:
  151. #Its just a test for the new TeamSpeak licensing system (you require a extra plugin!)
  152. experimental_31: 1
  153. web:
  154. #Disable/enable the possibility to connect via the TeaSpeak web manager
  155. enabled: 1
  156. ssl:
  157. #The SSL certificate for the web manager
  158. certificate: certs/default_certificate.pem
  159. #The SSL private key for the web manager (You have to export the key without a password!)
  160. privatekey: certs/default_privatekey.pem
  161. threads:
  162. #Thread pool size for the ticking task of a VirtualServer
  163. #Do NOT TOUCH unless you're 100% sure!
  164. ticking: 2
  165. voice:
  166. #Max number of threads for command handling on the instance
  167. #Do NOT TOUCH unless you're 100% sure!
  168. execute_limit: 10
  169. #Threads per server for command executing
  170. #Do NOT TOUCH unless you're 100% sure!
  171. execute_per_server: 3
  172. #LibEvent events per server
  173. #Do NOT TOUCH unless you're 100% sure!
  174. events_per_server: 4
  175. #Minimum IO threads
  176. #Do NOT TOUCH unless you're 100% sure!
  177. io_min: 3
  178. #IO Thread increase per server
  179. #Do NOT TOUCH unless you're 100% sure!
  180. io_per_server: 4
  181. #Max IO threads
  182. #Do NOT TOUCH unless you're 100% sure!
  183. io_limit: 10
  184. music:
  185. #Max number of threads for command handling on the instance
  186. #Do NOT TOUCH unless you're 100% sure!
  187. execute_limit: 15
  188. #Threads per server for command executing
  189. #Do NOT TOUCH unless you're 100% sure!
  190. execute_per_bot: 0
  191. geolocation:
  192. #The fallback country if lookup fails
  193. fallback_country: IT
  194. mapping:
  195. #The mapping file for the given provider
  196. #Default for IP2Location: geoloc/IP2Location.CSV
  197. #Default for Software77: geoloc/IpToCountry.csv
  198. file: geoloc/IP2Location.CSV
  199. #The IP 2 location resolver
  200. #0 = IP2Location
  201. #1 = Software77
  202. type: 0
  203. #Disable/enable the IP2Location lookup
  204. force_fallback_country: 0
  205. vpn:
  206. #The mapping file for vpn checker (https://github.com/client9/ipcat/blob/master/datacenters.csv)
  207. file: geoloc/ipcat.csv
  208. #Disable/enable the vpn test
  209. enabled: 0
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement