Improve socksaddr

This commit is contained in:
世界 2022-07-20 21:52:04 +08:00
parent 2af19486bb
commit fd4ec74d5e
No known key found for this signature in database
GPG key ID: CD109927C34A63C4
9 changed files with 34 additions and 47 deletions

View file

@ -111,7 +111,7 @@ func HandleConnection0(ctx context.Context, conn net.Conn, version byte, authent
switch request.Command {
case socks4.CommandConnect:
responseAddr := request.Destination
if !responseAddr.Family().IsIPv4() {
if !responseAddr.IsIPv4() {
responseAddr = M.SocksaddrFromAddrPort(netip.IPv4Unspecified(), responseAddr.Port)
}
err = socks4.WriteResponse(conn, socks4.Response{