From 0033dc74d5e1f2aadbf8e8c311cc797690185c50 Mon Sep 17 00:00:00 2001
From: Kirill Shamilin <k.shamilin@gmail.com>
Date: Fri, 18 May 2018 00:11:56 +0300
Subject: [PATCH] Update _default.cfg

---
 lgsm/config-default/config-lgsm/tfcserver/_default.cfg | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/lgsm/config-default/config-lgsm/tfcserver/_default.cfg b/lgsm/config-default/config-lgsm/tfcserver/_default.cfg
index 7836c5c29..bdb269f73 100644
--- a/lgsm/config-default/config-lgsm/tfcserver/_default.cfg
+++ b/lgsm/config-default/config-lgsm/tfcserver/_default.cfg
@@ -61,9 +61,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"