Browse Source

minor change based on linux generated ini file

pull/106/head
Daniel Gibbs 5 years ago
committed by GitHub
parent
commit
f34644879c
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 4
      TeamSpeak3/ts3server.ini

4
TeamSpeak3/ts3server.ini

@ -6,8 +6,8 @@ filetransfer_port=30033
filetransfer_ip=
query_port=10011
query_ip=0.0.0.0, ::
query_ip_allowlist=query_ip_allowlist.txt
query_ip_denylist=query_ip_denylist.txt
query_ip_allowlist=query_ip_allowlist.txt|query_ip_whitelist.txt
query_ip_denylist=query_ip_denylist.txt|query_ip_blacklist.txt
dbplugin=ts3db_sqlite3
dbpluginparameter=
dbsqlpath=sql/

Loading…
Cancel
Save