We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
mixed
socks
1 parent 369d894 commit 5af9068Copy full SHA for 5af9068
infra/conf/xray.go
@@ -24,6 +24,7 @@ var (
24
"dokodemo-door": func() interface{} { return new(DokodemoConfig) },
25
"http": func() interface{} { return new(HTTPServerConfig) },
26
"shadowsocks": func() interface{} { return new(ShadowsocksServerConfig) },
27
+ "mixed": func() interface{} { return new(SocksServerConfig) },
28
"socks": func() interface{} { return new(SocksServerConfig) },
29
"vless": func() interface{} { return new(VLessInboundConfig) },
30
"vmess": func() interface{} { return new(VMessInboundConfig) },
0 commit comments