mirror of
https://github.com/SagerNet/sing.git
synced 2025-04-04 20:37:40 +03:00
Improve socksaddr
This commit is contained in:
parent
2af19486bb
commit
fd4ec74d5e
9 changed files with 34 additions and 47 deletions
|
@ -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{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue