Browse Source

Update _default.cfg

I'm add a simple curl custom string for use curl with proxy in countries like Russia where Telegram has blocked.
pull/1901/head
Kirill Shamilin 7 years ago
committed by GitHub
parent
commit
978b7226ed
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 4
      lgsm/config-default/config-lgsm/ts3server/_default.cfg

4
lgsm/config-default/config-lgsm/ts3server/_default.cfg

@ -50,9 +50,13 @@ pushoveralert="off"
pushovertoken="accesstoken"
# Telegram Alerts | https://github.com/GameServerManagers/LinuxGSM/wiki/Telegram
# You can add a custom cURL string eg proxy (useful in Russia) or else in "curlcustomstring".
# like a "--socks5 ipaddr:port" for socks5 proxy see more in "curl --help", if you not need
# any custom string in curl - simple ignore this parameter.
telegramalert="off"
telegramtoken="accesstoken"
telegramchatid=""
curlcustomstring=""
## Updating | https://github.com/GameServerManagers/LinuxGSM/wiki/Update
updateonstart="off"

Loading…
Cancel
Save