Skip to content

Commit 2310d9e

Browse files
authored
feat(alert): add an option to use a reverse proxied Telegram API server. (#3228)
1 parent 4b86df3 commit 2310d9e

File tree

116 files changed

+116
-1
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

116 files changed

+116
-1
lines changed

lgsm/config-default/config-lgsm/acserver/_default.cfg

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -78,6 +78,7 @@ slackwebhook="webhook"
7878
# Telegram Alerts | https://docs.linuxgsm.com/alerts/telegram
7979
# You can add a custom cURL string eg proxy (useful in Russia) in "curlcustomstring".
8080
# For example "--socks5 ipaddr:port" for socks5 proxy see more in "curl --help".
81+
telegramapi="api.telegram.org"
8182
telegramalert="off"
8283
telegramtoken="accesstoken"
8384
telegramchatid=""

lgsm/config-default/config-lgsm/ahl2server/_default.cfg

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -84,6 +84,7 @@ slackwebhook="webhook"
8484
# Telegram Alerts | https://docs.linuxgsm.com/alerts/telegram
8585
# You can add a custom cURL string eg proxy (useful in Russia) in "curlcustomstring".
8686
# For example "--socks5 ipaddr:port" for socks5 proxy see more in "curl --help".
87+
telegramapi="api.telegram.org"
8788
telegramalert="off"
8889
telegramtoken="accesstoken"
8990
telegramchatid=""

lgsm/config-default/config-lgsm/ahlserver/_default.cfg

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -79,6 +79,7 @@ slackwebhook="webhook"
7979
# Telegram Alerts | https://docs.linuxgsm.com/alerts/telegram
8080
# You can add a custom cURL string eg proxy (useful in Russia) in "curlcustomstring".
8181
# For example "--socks5 ipaddr:port" for socks5 proxy see more in "curl --help".
82+
telegramapi="api.telegram.org"
8283
telegramalert="off"
8384
telegramtoken="accesstoken"
8485
telegramchatid=""

lgsm/config-default/config-lgsm/arkserver/_default.cfg

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -82,6 +82,7 @@ slackwebhook="webhook"
8282
# Telegram Alerts | https://docs.linuxgsm.com/alerts/telegram
8383
# You can add a custom cURL string eg proxy (useful in Russia) in "curlcustomstring".
8484
# For example "--socks5 ipaddr:port" for socks5 proxy see more in "curl --help".
85+
telegramapi="api.telegram.org"
8586
telegramalert="off"
8687
telegramtoken="accesstoken"
8788
telegramchatid=""

lgsm/config-default/config-lgsm/arma3server/_default.cfg

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -95,6 +95,7 @@ slackwebhook="webhook"
9595
# Telegram Alerts | https://docs.linuxgsm.com/alerts/telegram
9696
# You can add a custom cURL string eg proxy (useful in Russia) in "curlcustomstring".
9797
# For example "--socks5 ipaddr:port" for socks5 proxy see more in "curl --help".
98+
telegramapi="api.telegram.org"
9899
telegramalert="off"
99100
telegramtoken="accesstoken"
100101
telegramchatid=""

lgsm/config-default/config-lgsm/avserver/_default.cfg

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -80,6 +80,7 @@ slackwebhook="webhook"
8080
# Telegram Alerts | https://docs.linuxgsm.com/alerts/telegram
8181
# You can add a custom cURL string eg proxy (useful in Russia) in "curlcustomstring".
8282
# For example "--socks5 ipaddr:port" for socks5 proxy see more in "curl --help".
83+
telegramapi="api.telegram.org"
8384
telegramalert="off"
8485
telegramtoken="accesstoken"
8586
telegramchatid=""

lgsm/config-default/config-lgsm/bb2server/_default.cfg

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -85,6 +85,7 @@ slackwebhook="webhook"
8585
# Telegram Alerts | https://docs.linuxgsm.com/alerts/telegram
8686
# You can add a custom cURL string eg proxy (useful in Russia) in "curlcustomstring".
8787
# For example "--socks5 ipaddr:port" for socks5 proxy see more in "curl --help".
88+
telegramapi="api.telegram.org"
8889
telegramalert="off"
8990
telegramtoken="accesstoken"
9091
telegramchatid=""

lgsm/config-default/config-lgsm/bbserver/_default.cfg

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -79,6 +79,7 @@ slackwebhook="webhook"
7979
# Telegram Alerts | https://docs.linuxgsm.com/alerts/telegram
8080
# You can add a custom cURL string eg proxy (useful in Russia) in "curlcustomstring".
8181
# For example "--socks5 ipaddr:port" for socks5 proxy see more in "curl --help".
82+
telegramapi="api.telegram.org"
8283
telegramalert="off"
8384
telegramtoken="accesstoken"
8485
telegramchatid=""

lgsm/config-default/config-lgsm/bdserver/_default.cfg

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -79,6 +79,7 @@ slackwebhook="webhook"
7979
# Telegram Alerts | https://docs.linuxgsm.com/alerts/telegram
8080
# You can add a custom cURL string eg proxy (useful in Russia) in "curlcustomstring".
8181
# For example "--socks5 ipaddr:port" for socks5 proxy see more in "curl --help".
82+
telegramapi="api.telegram.org"
8283
telegramalert="off"
8384
telegramtoken="accesstoken"
8485
telegramchatid=""

lgsm/config-default/config-lgsm/bf1942server/_default.cfg

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -72,6 +72,7 @@ slackwebhook="webhook"
7272
# Telegram Alerts | https://docs.linuxgsm.com/alerts/telegram
7373
# You can add a custom cURL string eg proxy (useful in Russia) in "curlcustomstring".
7474
# For example "--socks5 ipaddr:port" for socks5 proxy see more in "curl --help".
75+
telegramapi="api.telegram.org"
7576
telegramalert="off"
7677
telegramtoken="accesstoken"
7778
telegramchatid=""

lgsm/config-default/config-lgsm/bfvserver/_default.cfg

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -72,6 +72,7 @@ slackwebhook="webhook"
7272
# Telegram Alerts | https://docs.linuxgsm.com/alerts/telegram
7373
# You can add a custom cURL string eg proxy (useful in Russia) in "curlcustomstring".
7474
# For example "--socks5 ipaddr:port" for socks5 proxy see more in "curl --help".
75+
telegramapi="api.telegram.org"
7576
telegramalert="off"
7677
telegramtoken="accesstoken"
7778
telegramchatid=""

lgsm/config-default/config-lgsm/bmdmserver/_default.cfg

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -85,6 +85,7 @@ slackwebhook="webhook"
8585
# Telegram Alerts | https://docs.linuxgsm.com/alerts/telegram
8686
# You can add a custom cURL string eg proxy (useful in Russia) in "curlcustomstring".
8787
# For example "--socks5 ipaddr:port" for socks5 proxy see more in "curl --help".
88+
telegramapi="api.telegram.org"
8889
telegramalert="off"
8990
telegramtoken="accesstoken"
9091
telegramchatid=""

lgsm/config-default/config-lgsm/boserver/_default.cfg

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -78,6 +78,7 @@ slackwebhook="webhook"
7878
# Telegram Alerts | https://docs.linuxgsm.com/alerts/telegram
7979
# You can add a custom cURL string eg proxy (useful in Russia) in "curlcustomstring".
8080
# For example "--socks5 ipaddr:port" for socks5 proxy see more in "curl --help".
81+
telegramapi="api.telegram.org"
8182
telegramalert="off"
8283
telegramtoken="accesstoken"
8384
telegramchatid=""

lgsm/config-default/config-lgsm/bsserver/_default.cfg

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -89,6 +89,7 @@ slackwebhook="webhook"
8989
# Telegram Alerts | https://docs.linuxgsm.com/alerts/telegram
9090
# You can add a custom cURL string eg proxy (useful in Russia) in "curlcustomstring".
9191
# For example "--socks5 ipaddr:port" for socks5 proxy see more in "curl --help".
92+
telegramapi="api.telegram.org"
9293
telegramalert="off"
9394
telegramtoken="accesstoken"
9495
telegramchatid=""

lgsm/config-default/config-lgsm/bt1944server/_default.cfg

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -77,6 +77,7 @@ slackwebhook="webhook"
7777
# Telegram Alerts | https://docs.linuxgsm.com/alerts/telegram
7878
# You can add a custom cURL string eg proxy (useful in Russia) in "curlcustomstring".
7979
# For example "--socks5 ipaddr:port" for socks5 proxy see more in "curl --help".
80+
telegramapi="api.telegram.org"
8081
telegramalert="off"
8182
telegramtoken="accesstoken"
8283
telegramchatid=""

lgsm/config-default/config-lgsm/btserver/_default.cfg

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -72,6 +72,7 @@ slackwebhook="webhook"
7272
# Telegram Alerts | https://docs.linuxgsm.com/alerts/telegram
7373
# You can add a custom cURL string eg proxy (useful in Russia) in "curlcustomstring".
7474
# For example "--socks5 ipaddr:port" for socks5 proxy see more in "curl --help".
75+
telegramapi="api.telegram.org"
7576
telegramalert="off"
7677
telegramtoken="accesstoken"
7778
telegramchatid=""

lgsm/config-default/config-lgsm/ccserver/_default.cfg

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -80,6 +80,7 @@ slackwebhook="webhook"
8080
# Telegram Alerts | https://docs.linuxgsm.com/alerts/telegram
8181
# You can add a custom cURL string eg proxy (useful in Russia) in "curlcustomstring".
8282
# For example "--socks5 ipaddr:port" for socks5 proxy see more in "curl --help".
83+
telegramapi="api.telegram.org"
8384
telegramalert="off"
8485
telegramtoken="accesstoken"
8586
telegramchatid=""

lgsm/config-default/config-lgsm/cmwserver/_default.cfg

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -78,6 +78,7 @@ slackwebhook="webhook"
7878
# Telegram Alerts | https://docs.linuxgsm.com/alerts/telegram
7979
# You can add a custom cURL string eg proxy (useful in Russia) in "curlcustomstring".
8080
# For example "--socks5 ipaddr:port" for socks5 proxy see more in "curl --help".
81+
telegramapi="api.telegram.org"
8182
telegramalert="off"
8283
telegramtoken="accesstoken"
8384
telegramchatid=""

lgsm/config-default/config-lgsm/cod2server/_default.cfg

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -78,6 +78,7 @@ slackwebhook="webhook"
7878
# Telegram Alerts | https://docs.linuxgsm.com/alerts/telegram
7979
# You can add a custom cURL string eg proxy (useful in Russia) in "curlcustomstring".
8080
# For example "--socks5 ipaddr:port" for socks5 proxy see more in "curl --help".
81+
telegramapi="api.telegram.org"
8182
telegramalert="off"
8283
telegramtoken="accesstoken"
8384
telegramchatid=""

lgsm/config-default/config-lgsm/cod4server/_default.cfg

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -78,6 +78,7 @@ slackwebhook="webhook"
7878
# Telegram Alerts | https://docs.linuxgsm.com/alerts/telegram
7979
# You can add a custom cURL string eg proxy (useful in Russia) in "curlcustomstring".
8080
# For example "--socks5 ipaddr:port" for socks5 proxy see more in "curl --help".
81+
telegramapi="api.telegram.org"
8182
telegramalert="off"
8283
telegramtoken="accesstoken"
8384
telegramchatid=""

lgsm/config-default/config-lgsm/codserver/_default.cfg

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -78,6 +78,7 @@ slackwebhook="webhook"
7878
# Telegram Alerts | https://docs.linuxgsm.com/alerts/telegram
7979
# You can add a custom cURL string eg proxy (useful in Russia) in "curlcustomstring".
8080
# For example "--socks5 ipaddr:port" for socks5 proxy see more in "curl --help".
81+
telegramapi="api.telegram.org"
8182
telegramalert="off"
8283
telegramtoken="accesstoken"
8384
telegramchatid=""

lgsm/config-default/config-lgsm/coduoserver/_default.cfg

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -78,6 +78,7 @@ slackwebhook="webhook"
7878
# Telegram Alerts | https://docs.linuxgsm.com/alerts/telegram
7979
# You can add a custom cURL string eg proxy (useful in Russia) in "curlcustomstring".
8080
# For example "--socks5 ipaddr:port" for socks5 proxy see more in "curl --help".
81+
telegramapi="api.telegram.org"
8182
telegramalert="off"
8283
telegramtoken="accesstoken"
8384
telegramchatid=""

lgsm/config-default/config-lgsm/codwawserver/_default.cfg

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -78,6 +78,7 @@ slackwebhook="webhook"
7878
# Telegram Alerts | https://docs.linuxgsm.com/alerts/telegram
7979
# You can add a custom cURL string eg proxy (useful in Russia) in "curlcustomstring".
8080
# For example "--socks5 ipaddr:port" for socks5 proxy see more in "curl --help".
81+
telegramapi="api.telegram.org"
8182
telegramalert="off"
8283
telegramtoken="accesstoken"
8384
telegramchatid=""

lgsm/config-default/config-lgsm/colserver/_default.cfg

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -73,6 +73,7 @@ slackwebhook="webhook"
7373
# Telegram Alerts | https://docs.linuxgsm.com/alerts/telegram
7474
# You can add a custom cURL string eg proxy (useful in Russia) in "curlcustomstring".
7575
# For example "--socks5 ipaddr:port" for socks5 proxy see more in "curl --help".
76+
telegramapi="api.telegram.org"
7677
telegramalert="off"
7778
telegramtoken="accesstoken"
7879
telegramchatid=""

lgsm/config-default/config-lgsm/csczserver/_default.cfg

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -79,6 +79,7 @@ slackwebhook="webhook"
7979
# Telegram Alerts | https://docs.linuxgsm.com/alerts/telegram
8080
# You can add a custom cURL string eg proxy (useful in Russia) in "curlcustomstring".
8181
# For example "--socks5 ipaddr:port" for socks5 proxy see more in "curl --help".
82+
telegramapi="api.telegram.org"
8283
telegramalert="off"
8384
telegramtoken="accesstoken"
8485
telegramchatid=""

lgsm/config-default/config-lgsm/csgoserver/_default.cfg

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -105,6 +105,7 @@ slackwebhook="webhook"
105105
# Telegram Alerts | https://docs.linuxgsm.com/alerts/telegram
106106
# You can add a custom cURL string eg proxy (useful in Russia) in "curlcustomstring".
107107
# For example "--socks5 ipaddr:port" for socks5 proxy see more in "curl --help".
108+
telegramapi="api.telegram.org"
108109
telegramalert="off"
109110
telegramtoken="accesstoken"
110111
telegramchatid=""

lgsm/config-default/config-lgsm/csserver/_default.cfg

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -79,6 +79,7 @@ slackwebhook="webhook"
7979
# Telegram Alerts | https://docs.linuxgsm.com/alerts/telegram
8080
# You can add a custom cURL string eg proxy (useful in Russia) in "curlcustomstring".
8181
# For example "--socks5 ipaddr:port" for socks5 proxy see more in "curl --help".
82+
telegramapi="api.telegram.org"
8283
telegramalert="off"
8384
telegramtoken="accesstoken"
8485
telegramchatid=""

lgsm/config-default/config-lgsm/cssserver/_default.cfg

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -85,6 +85,7 @@ slackwebhook="webhook"
8585
# Telegram Alerts | https://docs.linuxgsm.com/alerts/telegram
8686
# You can add a custom cURL string eg proxy (useful in Russia) in "curlcustomstring".
8787
# For example "--socks5 ipaddr:port" for socks5 proxy see more in "curl --help".
88+
telegramapi="api.telegram.org"
8889
telegramalert="off"
8990
telegramtoken="accesstoken"
9091
telegramchatid=""

lgsm/config-default/config-lgsm/dabserver/_default.cfg

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -80,6 +80,7 @@ slackwebhook="webhook"
8080
# Telegram Alerts | https://docs.linuxgsm.com/alerts/telegram
8181
# You can add a custom cURL string eg proxy (useful in Russia) in "curlcustomstring".
8282
# For example "--socks5 ipaddr:port" for socks5 proxy see more in "curl --help".
83+
telegramapi="api.telegram.org"
8384
telegramalert="off"
8485
telegramtoken="accesstoken"
8586
telegramchatid=""

lgsm/config-default/config-lgsm/dmcserver/_default.cfg

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -79,6 +79,7 @@ slackwebhook="webhook"
7979
# Telegram Alerts | https://docs.linuxgsm.com/alerts/telegram
8080
# You can add a custom cURL string eg proxy (useful in Russia) in "curlcustomstring".
8181
# For example "--socks5 ipaddr:port" for socks5 proxy see more in "curl --help".
82+
telegramapi="api.telegram.org"
8283
telegramalert="off"
8384
telegramtoken="accesstoken"
8485
telegramchatid=""

lgsm/config-default/config-lgsm/dodserver/_default.cfg

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -79,6 +79,7 @@ slackwebhook="webhook"
7979
# Telegram Alerts | https://docs.linuxgsm.com/alerts/telegram
8080
# You can add a custom cURL string eg proxy (useful in Russia) in "curlcustomstring".
8181
# For example "--socks5 ipaddr:port" for socks5 proxy see more in "curl --help".
82+
telegramapi="api.telegram.org"
8283
telegramalert="off"
8384
telegramtoken="accesstoken"
8485
telegramchatid=""

lgsm/config-default/config-lgsm/dodsserver/_default.cfg

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -80,6 +80,7 @@ slackwebhook="webhook"
8080
# Telegram Alerts | https://docs.linuxgsm.com/alerts/telegram
8181
# You can add a custom cURL string eg proxy (useful in Russia) in "curlcustomstring".
8282
# For example "--socks5 ipaddr:port" for socks5 proxy see more in "curl --help".
83+
telegramapi="api.telegram.org"
8384
telegramalert="off"
8485
telegramtoken="accesstoken"
8586
telegramchatid=""

lgsm/config-default/config-lgsm/doiserver/_default.cfg

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -81,6 +81,7 @@ slackwebhook="webhook"
8181
# Telegram Alerts | https://docs.linuxgsm.com/alerts/telegram
8282
# You can add a custom cURL string eg proxy (useful in Russia) in "curlcustomstring".
8383
# For example "--socks5 ipaddr:port" for socks5 proxy see more in "curl --help".
84+
telegramapi="api.telegram.org"
8485
telegramalert="off"
8586
telegramtoken="accesstoken"
8687
telegramchatid=""

lgsm/config-default/config-lgsm/dstserver/_default.cfg

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -83,6 +83,7 @@ slackwebhook="webhook"
8383
# Telegram Alerts | https://docs.linuxgsm.com/alerts/telegram
8484
# You can add a custom cURL string eg proxy (useful in Russia) in "curlcustomstring".
8585
# For example "--socks5 ipaddr:port" for socks5 proxy see more in "curl --help".
86+
telegramapi="api.telegram.org"
8687
telegramalert="off"
8788
telegramtoken="accesstoken"
8889
telegramchatid=""

lgsm/config-default/config-lgsm/dysserver/_default.cfg

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -85,6 +85,7 @@ slackwebhook="webhook"
8585
# Telegram Alerts | https://docs.linuxgsm.com/alerts/telegram
8686
# You can add a custom cURL string eg proxy (useful in Russia) in "curlcustomstring".
8787
# For example "--socks5 ipaddr:port" for socks5 proxy see more in "curl --help".
88+
telegramapi="api.telegram.org"
8889
telegramalert="off"
8990
telegramtoken="accesstoken"
9091
telegramchatid=""

lgsm/config-default/config-lgsm/ecoserver/_default.cfg

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -72,6 +72,7 @@ slackwebhook="webhook"
7272
# Telegram Alerts | https://docs.linuxgsm.com/alerts/telegram
7373
# You can add a custom cURL string eg proxy (useful in Russia) in "curlcustomstring".
7474
# For example "--socks5 ipaddr:port" for socks5 proxy see more in "curl --help".
75+
telegramapi="api.telegram.org"
7576
telegramalert="off"
7677
telegramtoken="accesstoken"
7778
telegramchatid=""

lgsm/config-default/config-lgsm/emserver/_default.cfg

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -85,6 +85,7 @@ slackwebhook="webhook"
8585
# Telegram Alerts | https://docs.linuxgsm.com/alerts/telegram
8686
# You can add a custom cURL string eg proxy (useful in Russia) in "curlcustomstring".
8787
# For example "--socks5 ipaddr:port" for socks5 proxy see more in "curl --help".
88+
telegramapi="api.telegram.org"
8889
telegramalert="off"
8990
telegramtoken="accesstoken"
9091
telegramchatid=""

lgsm/config-default/config-lgsm/etlserver/_default.cfg

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -72,6 +72,7 @@ slackwebhook="webhook"
7272
# Telegram Alerts | https://docs.linuxgsm.com/alerts/telegram
7373
# You can add a custom cURL string eg proxy (useful in Russia) in "curlcustomstring".
7474
# For example "--socks5 ipaddr:port" for socks5 proxy see more in "curl --help".
75+
telegramapi="api.telegram.org"
7576
telegramalert="off"
7677
telegramtoken="accesstoken"
7778
telegramchatid=""

lgsm/config-default/config-lgsm/fctrserver/_default.cfg

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -80,6 +80,7 @@ slackwebhook="webhook"
8080
# Telegram Alerts | https://docs.linuxgsm.com/alerts/telegram
8181
# You can add a custom cURL string eg proxy (useful in Russia) in "curlcustomstring".
8282
# For example "--socks5 ipaddr:port" for socks5 proxy see more in "curl --help".
83+
telegramapi="api.telegram.org"
8384
telegramalert="off"
8485
telegramtoken="accesstoken"
8586
telegramchatid=""

lgsm/config-default/config-lgsm/fofserver/_default.cfg

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -80,6 +80,7 @@ slackwebhook="webhook"
8080
# Telegram Alerts | https://docs.linuxgsm.com/alerts/telegram
8181
# You can add a custom cURL string eg proxy (useful in Russia) in "curlcustomstring".
8282
# For example "--socks5 ipaddr:port" for socks5 proxy see more in "curl --help".
83+
telegramapi="api.telegram.org"
8384
telegramalert="off"
8485
telegramtoken="accesstoken"
8586
telegramchatid=""

lgsm/config-default/config-lgsm/gmodserver/_default.cfg

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -92,6 +92,7 @@ slackwebhook="webhook"
9292
# Telegram Alerts | https://docs.linuxgsm.com/alerts/telegram
9393
# You can add a custom cURL string eg proxy (useful in Russia) in "curlcustomstring".
9494
# For example "--socks5 ipaddr:port" for socks5 proxy see more in "curl --help".
95+
telegramapi="api.telegram.org"
9596
telegramalert="off"
9697
telegramtoken="accesstoken"
9798
telegramchatid=""

lgsm/config-default/config-lgsm/hl2dmserver/_default.cfg

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -80,6 +80,7 @@ slackwebhook="webhook"
8080
# Telegram Alerts | https://docs.linuxgsm.com/alerts/telegram
8181
# You can add a custom cURL string eg proxy (useful in Russia) in "curlcustomstring".
8282
# For example "--socks5 ipaddr:port" for socks5 proxy see more in "curl --help".
83+
telegramapi="api.telegram.org"
8384
telegramalert="off"
8485
telegramtoken="accesstoken"
8586
telegramchatid=""

lgsm/config-default/config-lgsm/hldmserver/_default.cfg

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -79,6 +79,7 @@ slackwebhook="webhook"
7979
# Telegram Alerts | https://docs.linuxgsm.com/alerts/telegram
8080
# You can add a custom cURL string eg proxy (useful in Russia) in "curlcustomstring".
8181
# For example "--socks5 ipaddr:port" for socks5 proxy see more in "curl --help".
82+
telegramapi="api.telegram.org"
8283
telegramalert="off"
8384
telegramtoken="accesstoken"
8485
telegramchatid=""

lgsm/config-default/config-lgsm/hldmsserver/_default.cfg

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -80,6 +80,7 @@ slackwebhook="webhook"
8080
# Telegram Alerts | https://docs.linuxgsm.com/alerts/telegram
8181
# You can add a custom cURL string eg proxy (useful in Russia) in "curlcustomstring".
8282
# For example "--socks5 ipaddr:port" for socks5 proxy see more in "curl --help".
83+
telegramapi="api.telegram.org"
8384
telegramalert="off"
8485
telegramtoken="accesstoken"
8586
telegramchatid=""

lgsm/config-default/config-lgsm/hwserver/_default.cfg

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -91,6 +91,7 @@ slackwebhook="webhook"
9191
# Telegram Alerts | https://docs.linuxgsm.com/alerts/telegram
9292
# You can add a custom cURL string eg proxy (useful in Russia) in "curlcustomstring".
9393
# For example "--socks5 ipaddr:port" for socks5 proxy see more in "curl --help".
94+
telegramapi="api.telegram.org"
9495
telegramalert="off"
9596
telegramtoken="accesstoken"
9697
telegramchatid=""

lgsm/config-default/config-lgsm/insserver/_default.cfg

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -86,6 +86,7 @@ slackwebhook="webhook"
8686
# Telegram Alerts | https://docs.linuxgsm.com/alerts/telegram
8787
# You can add a custom cURL string eg proxy (useful in Russia) in "curlcustomstring".
8888
# For example "--socks5 ipaddr:port" for socks5 proxy see more in "curl --help".
89+
telegramapi="api.telegram.org"
8990
telegramalert="off"
9091
telegramtoken="accesstoken"
9192
telegramchatid=""

lgsm/config-default/config-lgsm/inssserver/_default.cfg

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -82,6 +82,7 @@ slackwebhook="webhook"
8282
# Telegram Alerts | https://docs.linuxgsm.com/alerts/telegram
8383
# You can add a custom cURL string eg proxy (useful in Russia) in "curlcustomstring".
8484
# For example "--socks5 ipaddr:port" for socks5 proxy see more in "curl --help".
85+
telegramapi="api.telegram.org"
8586
telegramalert="off"
8687
telegramtoken="accesstoken"
8788
telegramchatid=""

lgsm/config-default/config-lgsm/iosserver/_default.cfg

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -80,6 +80,7 @@ slackwebhook="webhook"
8080
# Telegram Alerts | https://docs.linuxgsm.com/alerts/telegram
8181
# You can add a custom cURL string eg proxy (useful in Russia) in "curlcustomstring".
8282
# For example "--socks5 ipaddr:port" for socks5 proxy see more in "curl --help".
83+
telegramapi="api.telegram.org"
8384
telegramalert="off"
8485
telegramtoken="accesstoken"
8586
telegramchatid=""

lgsm/config-default/config-lgsm/jc2server/_default.cfg

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -72,6 +72,7 @@ slackwebhook="webhook"
7272
# Telegram Alerts | https://docs.linuxgsm.com/alerts/telegram
7373
# You can add a custom cURL string eg proxy (useful in Russia) in "curlcustomstring".
7474
# For example "--socks5 ipaddr:port" for socks5 proxy see more in "curl --help".
75+
telegramapi="api.telegram.org"
7576
telegramalert="off"
7677
telegramtoken="accesstoken"
7778
telegramchatid=""

lgsm/config-default/config-lgsm/jc3server/_default.cfg

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -72,6 +72,7 @@ slackwebhook="webhook"
7272
# Telegram Alerts | https://docs.linuxgsm.com/alerts/telegram
7373
# You can add a custom cURL string eg proxy (useful in Russia) in "curlcustomstring".
7474
# For example "--socks5 ipaddr:port" for socks5 proxy see more in "curl --help".
75+
telegramapi="api.telegram.org"
7576
telegramalert="off"
7677
telegramtoken="accesstoken"
7778
telegramchatid=""

0 commit comments

Comments
 (0)