Skip to content

Commit

Permalink
feat: adding multiplex support to WATER
Browse files Browse the repository at this point in the history
  • Loading branch information
WendelHime committed Nov 11, 2024
1 parent e15efa2 commit fed548d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion protoListeners.go
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,6 @@ func getProtoListenersArgs(p *Proxy) []protoListenerArgs {
p.ShadowsocksMultiplexAddr,
p.wrapMultiplexing(p.listenShadowsocks),
},
{"water", p.WaterAddr, p.listenWATER},
{"water", p.WaterAddr, p.wrapMultiplexing(p.listenWATER)},
}
}

0 comments on commit fed548d

Please sign in to comment.