dokodemo-door, socks renamed to mixed, tunnel

This commit is contained in:
mhsanaei
2025-09-09 13:57:40 +02:00
parent fe9f0d1d0e
commit 7dc52e9a53
13 changed files with 48 additions and 48 deletions

View File

@@ -19,7 +19,7 @@
"tag": "api",
"listen": "127.0.0.1",
"port": 62789,
"protocol": "dokodemo-door",
"protocol": "tunnel",
"settings": {
"address": "127.0.0.1"
}

View File

@@ -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,
}