Kirill Shamilin 8 лет назад
Родитель
Сommit
5ec3606fa2
1 измененных файлов с 4 добавлено и 0 удалено
  1. 4 0
      lgsm/config-default/config-lgsm/wetserver/_default.cfg

+ 4 - 0
lgsm/config-default/config-lgsm/wetserver/_default.cfg

@@ -54,9 +54,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=""
 
 ## Backup | https://github.com/GameServerManagers/LinuxGSM/wiki/Backup
 maxbackups="4"