From 36ebc732badfc2d6e4fc6aa631f244f72379ccad Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=BF=83=E9=9A=A8=E7=B7=A3=E5=8B=95?= Date: Wed, 10 Sep 2025 16:39:03 +0800 Subject: [PATCH] v2.7.2 --- web/service/tgbot.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/web/service/tgbot.go b/web/service/tgbot.go index e957ff9f..5639aac1 100644 --- a/web/service/tgbot.go +++ b/web/service/tgbot.go @@ -2129,7 +2129,7 @@ func (t *Tgbot) getInboundsAddClient() (*telego.InlineKeyboardMarkup, error) { } excludedProtocols := map[model.Protocol]bool{ - model.DOKODEMO: true, + model.Tunnel: true, model.Socks: true, model.WireGuard: true, model.HTTP: true,