Skip to content

Commit

Permalink
chore: removing multiplex from water
Browse files Browse the repository at this point in the history
  • Loading branch information
WendelHime committed Jul 8, 2024
1 parent 533717a commit d25d660
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.wrapMultiplexing(p.listenWATER)},
{"water", p.WaterAddr, p.listenWATER},
}
}

0 comments on commit d25d660

Please sign in to comment.