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
diff options
context:
space:
mode:
Diffstat (limited to 'web/service/tgbot.go')
-rw-r--r--web/service/tgbot.go4
1 files changed, 2 insertions, 2 deletions
diff --git a/web/service/tgbot.go b/web/service/tgbot.go
index e957ff9f..e0acebb7 100644
--- a/web/service/tgbot.go
+++ b/web/service/tgbot.go
@@ -2129,8 +2129,8 @@ func (t *Tgbot) getInboundsAddClient() (*telego.InlineKeyboardMarkup, error) {
}
excludedProtocols := map[model.Protocol]bool{
- model.DOKODEMO: true,
- model.Socks: true,
+ model.Tunnel: true,
+ model.Mixed: true,
model.WireGuard: true,
model.HTTP: true,
}