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,