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 0f4cdbf commit d68339cCopy full SHA for d68339c
proxy/socks/utils.go
@@ -29,7 +29,7 @@ func (c *fakeConn) WriteBack(b []byte, addr net.Addr) (n int, err error) {
29
30
// LocalAddr returns the source IP/Port of UDP Packet
31
func (c *fakeConn) LocalAddr() net.Addr {
32
- return c.PacketConn.LocalAddr()
+ return c.rAddr
33
}
34
35
func (c *fakeConn) Close() error {
0 commit comments