mirror of
https://github.com/SagerNet/sing.git
synced 2025-04-04 12:27:37 +03:00
Improve socksaddr
This commit is contained in:
parent
2af19486bb
commit
fd4ec74d5e
9 changed files with 34 additions and 47 deletions
|
@ -81,7 +81,7 @@ func WriteRequest(writer io.Writer, request Request) error {
|
|||
if err != nil {
|
||||
return err
|
||||
}
|
||||
if request.Destination.Family().IsIPv4() {
|
||||
if request.Destination.IsIPv4() {
|
||||
dstIP := request.Destination.Addr.As4()
|
||||
_, err = writer.Write(dstIP[:])
|
||||
if err != nil {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue