mirror of https://github.com/XTLS/Xray-core
Inbounds config: Add `mixed` as an alias of `socks`
https://github.com/XTLS/Xray-core/pull/3682#issuecomment-2292600144pull/4233/head
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 New Issue