mirror of
https://github.com/SagerNet/sing.git
synced 2025-04-04 20:37:40 +03:00
Attempt to unwrap ip-in-fqdn socksaddr
This commit is contained in:
parent
35c336a016
commit
717bc38fd3
2 changed files with 2 additions and 3 deletions
|
@ -66,6 +66,7 @@ func ReadRequest0(reader io.Reader) (request Request, err error) {
|
|||
request.Username, err = readString(reader)
|
||||
if readHostName {
|
||||
request.Destination.Fqdn, err = readString(reader)
|
||||
request.Destination = M.ParseSocksaddrHostPort(request.Destination.Fqdn, request.Destination.Port)
|
||||
}
|
||||
return
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue