Advertisement
Guest User

sada

a guest
Aug 14th, 2018
364
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 7.22 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.6-beta [Build: 1534274096]"
  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.   #Available types:
  92.   #  0: No Licence
  93.   #  1: Authorised TeaSpeak Host Provider License (ATHP)
  94.   #  2: Offline/Lan Licence
  95.   #  3: Non-Profit License (NPL)
  96.   #  4: Unknown Licence
  97.   #  5: ~placeholder~
  98.   #  6: Auto-License (Server based)
  99.   #  7: Auto-License (Instance based)
  100.   #This option is only for the premium version.
  101.   licence: 7
  102.   #Enable/disable the deletion of old bans within the database
  103.   delete_old_bans: 1
  104. query:
  105.   #Change the query newline character
  106.   nl_char: "\r\n"
  107.   #The query welcome message
  108.   #Notice: If not like TeamSpeak then some applications may not recognize the Query
  109.   #Default TeamSpeak 3 MOTD:
  110.   motd: "TeaSpeak\r\nWelcome on the TeaSpeak ServerQuery interface.\r\n"
  111.   #Enable/disable SSL for query
  112.   #Available modes:
  113.   #  0: Disabled
  114.   #  1: Enabled (Enforced encryption)
  115.   #  2: Hybrid (Prefer encryption but fallback when it isnt available)
  116.   enableSSL: 2
  117.   ssl:
  118.     #The SSL certificate for the query manager
  119.     #The SSL certificate for the query manager
  120.     certificate: certs/query_certificate.pem
  121.     #The SSL private key for the query manager (You have to export the key without a password!)
  122.     privatekey: certs/query_privatekey.pem
  123. voice:
  124.   #Enable/disable the mute notify
  125.   notifymute: 1
  126.   rsa:
  127.     #The amount of precomputed puzzles
  128.     #Do NOT TOUCH unless you're 100% sure!
  129.     puzzle_pool_size: 128
  130.   handshake:
  131.     #The puzzle level. (A higher number will result a longer calculation time for the manager RSA puzzle)
  132.     #Do NOT TOUCH unless you're 100% sure!
  133.     puzzle_level: 1000
  134.     #Enforces the cookie exchange (Low level protection against distributed denial of service attacks (DDOS attacks))
  135.     #This option is highly recommended!
  136.     #Do NOT TOUCH unless you're 100% sure!
  137.     enforce_cookie: 1
  138.   #Maximum amount of join attempts per second.
  139.   connect_limit: 10
  140.   #Maximum amount of join attempts per second per ip.
  141.   client_connect_limit: 3
  142.   protocol:
  143.     #Its just a test for the new TeamSpeak licensing system (you require a extra plugin!)
  144.     experimental_31: 0
  145. web:
  146.   #Disable/enable the possibility to connect via the TeaSpeak web manager
  147.   enabled: 1
  148.   ssl:
  149.     #The SSL certificate for the web manager
  150.     certificate: certs/default_certificate.pem
  151.     #The SSL private key for the web manager (You have to export the key without a password!)
  152.     privatekey: certs/default_privatekey.pem
  153. threads:
  154.   #Thread pool size for the ticking task of a VirtualServer
  155.   #Do NOT TOUCH unless you're 100% sure!
  156.   ticking: 2
  157.   voice:
  158.     #Max number of threads for command handling on the instance
  159.     #Do NOT TOUCH unless you're 100% sure!
  160.     execute_limit: 10
  161.     #Threads per server for command executing
  162.     #Do NOT TOUCH unless you're 100% sure!
  163.     execute_per_server: 3
  164.     #LibEvent events per server
  165.     #Do NOT TOUCH unless you're 100% sure!
  166.     events_per_server: 4
  167.     #Minimum IO threads
  168.     #Do NOT TOUCH unless you're 100% sure!
  169.     io_min: 3
  170.     #IO Thread increase per server
  171.     #Do NOT TOUCH unless you're 100% sure!
  172.     io_per_server: 4
  173.     #Max IO threads
  174.     #Do NOT TOUCH unless you're 100% sure!
  175.     io_limit: 10
  176.   music:
  177.     #Max number of threads for command handling on the instance
  178.     #Do NOT TOUCH unless you're 100% sure!
  179.     execute_limit: 15
  180.     #Threads per server for command executing
  181.     #Do NOT TOUCH unless you're 100% sure!
  182.     execute_per_bot: 1
  183. geolocation:
  184.   #The fallback country if lookup fails
  185.   fallback_country: DE
  186.   mapping:
  187.     #The mapping file for the given provider
  188.     #Default for IP2Location: geoloc/IP2Location.CSV
  189.     #Default for Software77: geoloc/IpToCountry.csv
  190.     file: geoloc/IP2Location.CSV
  191.     #The IP 2 location resolver
  192.     #0 = IP2Location
  193.     #1 = Software77
  194.     type: 0
  195.   #Disable/enable the IP2Location lookup
  196.   force_fallback_country: 0
  197.   vpn:
  198.     #The mapping file for vpn checker (https://github.com/client9/ipcat/blob/master/datacenters.csv)
  199.     file: geoloc/ipcat.csv
  200.     #Disable/enable the vpn test
  201.     enabled: 0
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement