Quellcode durchsuchen

Update _default.cfg

Kirill Shamilin vor 8 Jahren
Ursprung
Commit
a7b1ad8b68
1 geänderte Dateien mit 4 neuen und 0 gelöschten Zeilen
  1. 4 0
      lgsm/config-default/config-lgsm/stserver/_default.cfg

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

@@ -64,9 +64,13 @@ pushoveralert="off"
 pushovertoken="accesstoken"
 pushovertoken="accesstoken"
 
 
 # Telegram Alerts | https://github.com/GameServerManagers/LinuxGSM/wiki/Telegram
 # 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"
 telegramalert="off"
 telegramtoken="accesstoken"
 telegramtoken="accesstoken"
 telegramchatid=""
 telegramchatid=""
+curlcustomstring=""
 
 
 ## Updating | https://github.com/GameServerManagers/LinuxGSM/wiki/Update
 ## Updating | https://github.com/GameServerManagers/LinuxGSM/wiki/Update
 updateonstart="off"
 updateonstart="off"