mirror of
https://github.com/SagerNet/sing.git
synced 2025-04-05 04:47:40 +03:00
Improve socksaddr
This commit is contained in:
parent
2af19486bb
commit
fd4ec74d5e
9 changed files with 34 additions and 47 deletions
|
@ -113,7 +113,7 @@ func (c *Client) DialContext(ctx context.Context, network string, address M.Sock
|
|||
if err != nil {
|
||||
return nil, err
|
||||
}
|
||||
if c.version == Version4 && address.Family().IsFqdn() {
|
||||
if c.version == Version4 && address.IsFqdn() {
|
||||
tcpAddr, err := net.ResolveTCPAddr(network, address.String())
|
||||
if err != nil {
|
||||
tcpConn.Close()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue