mirror of
https://github.com/SagerNet/sing.git
synced 2025-04-04 20:37:40 +03:00
Remove 4in6 cast
This commit is contained in:
parent
86d7d51023
commit
b12b8b7fd2
7 changed files with 36 additions and 24 deletions
|
@ -62,7 +62,7 @@ func (s *Serializer) WriteAddress(buffer *buf.Buffer, addr Socksaddr) error {
|
|||
return err
|
||||
}
|
||||
if addr.Addr.IsValid() {
|
||||
_, err = buffer.Write(addr.Unwrap().Addr.AsSlice())
|
||||
_, err = buffer.Write(addr.Addr.AsSlice())
|
||||
} else {
|
||||
err = WriteSocksString(buffer, addr.Fqdn)
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue