mirror of
https://github.com/XTLS/Xray-core.git
synced 2025-01-24 03:11:44 +03:00
Inbounds config: Add mixed
as an alias of socks
https://github.com/XTLS/Xray-core/pull/3682#issuecomment-2292600144
This commit is contained in:
parent
369d8944cf
commit
5af90684c4
@ -24,6 +24,7 @@ var (
|
||||
"dokodemo-door": func() interface{} { return new(DokodemoConfig) },
|
||||
"http": func() interface{} { return new(HTTPServerConfig) },
|
||||
"shadowsocks": func() interface{} { return new(ShadowsocksServerConfig) },
|
||||
"mixed": func() interface{} { return new(SocksServerConfig) },
|
||||
"socks": func() interface{} { return new(SocksServerConfig) },
|
||||
"vless": func() interface{} { return new(VLessInboundConfig) },
|
||||
"vmess": func() interface{} { return new(VMessInboundConfig) },
|
||||
|
Loading…
x
Reference in New Issue
Block a user