mirror of
https://github.com/XTLS/Xray-core.git
synced 2025-01-22 00:36:38 +00: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…
Reference in a new issue