Skip to content

Commit 5af9068

Browse files
authored
Inbounds config: Add mixed as an alias of socks
#3682 (comment)
1 parent 369d894 commit 5af9068

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

infra/conf/xray.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,7 @@ var (
2424
"dokodemo-door": func() interface{} { return new(DokodemoConfig) },
2525
"http": func() interface{} { return new(HTTPServerConfig) },
2626
"shadowsocks": func() interface{} { return new(ShadowsocksServerConfig) },
27+
"mixed": func() interface{} { return new(SocksServerConfig) },
2728
"socks": func() interface{} { return new(SocksServerConfig) },
2829
"vless": func() interface{} { return new(VLessInboundConfig) },
2930
"vmess": func() interface{} { return new(VMessInboundConfig) },

0 commit comments

Comments
 (0)