Skip to content

Commit

Permalink
Inbounds config: Add mixed as an alias of socks
Browse files Browse the repository at this point in the history
  • Loading branch information
RPRX authored Dec 31, 2024
1 parent 369d894 commit 5af9068
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions infra/conf/xray.go
Original file line number Diff line number Diff line change
Expand Up @@ -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) },
Expand Down

0 comments on commit 5af9068

Please sign in to comment.