Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/MHSanaei/3x-ui.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/web/html
diff options
context:
space:
mode:
authorSaeid <43953720+surbiks@users.noreply.github.com>2024-01-02 12:42:07 +0300
committerMHSanaei <ho3ein.sanaei@gmail.com>2024-01-03 15:59:29 +0300
commit5e3478f1c16e0c42a299bcfce3e0b567bf4c2f7f (patch)
tree3592a4c8c146ea669e777d5e8909de79410a2cca /web/html
parentc76199514a62c921901b2b2a1c4dd3f93ff8df2a (diff)
socks5 proxy option added to telegram bot settings (#1500)
* socks5 option added to telegram bot settings * update socks5 proxy settings translations
Diffstat (limited to 'web/html')
-rw-r--r--web/html/xui/settings.html1
1 files changed, 1 insertions, 0 deletions
diff --git a/web/html/xui/settings.html b/web/html/xui/settings.html
index 1e690a0b..c1247a39 100644
--- a/web/html/xui/settings.html
+++ b/web/html/xui/settings.html
@@ -264,6 +264,7 @@
<setting-list-item type="switch" title='{{ i18n "pages.settings.tgNotifyBackup" }}' desc='{{ i18n "pages.settings.tgNotifyBackupDesc" }}' v-model="allSetting.tgBotBackup"></setting-list-item>
<setting-list-item type="switch" title='{{ i18n "pages.settings.tgNotifyLogin" }}' desc='{{ i18n "pages.settings.tgNotifyLoginDesc" }}' v-model="allSetting.tgBotLoginNotify"></setting-list-item>
<setting-list-item type="number" title='{{ i18n "pages.settings.tgNotifyCpu" }}' desc='{{ i18n "pages.settings.tgNotifyCpuDesc" }}' v-model="allSetting.tgCpu" :min="0" :max="100"></setting-list-item>
+ <setting-list-item type="text" title='{{ i18n "pages.settings.telegramProxy"}}' desc='{{ i18n "pages.settings.telegramProxyDesc"}}' v-model="allSetting.tgBotProxy" placeholder="socks5://[user:pass@]host:port"></setting-list-item>
<a-list-item>
<a-row style="padding: 20px">
<a-col :lg="24" :xl="12">