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.
1 parent a3b120b commit 1b37096Copy full SHA for 1b37096
1 file changed
common/uot/server.go
@@ -60,7 +60,7 @@ func (c *ServerConn) loopInput() {
60
for {
61
var destination M.Socksaddr
62
var err error
63
- if !c.isConnect {
+ if c.isConnect {
64
destination = c.destination
65
} else {
66
destination, err = AddrParser.ReadAddrPort(c.inputReader)
0 commit comments