mirror of
https://github.com/SagerNet/sing-tun.git
synced 2025-04-04 12:27:39 +03:00
Remove 4in6 cast
This commit is contained in:
parent
80ee994727
commit
6bad0c2380
4 changed files with 12 additions and 15 deletions
|
@ -65,11 +65,7 @@ type UDPBackWriter struct {
|
|||
func (w *UDPBackWriter) WritePacket(buffer *buf.Buffer, destination M.Socksaddr) error {
|
||||
defer buffer.Release()
|
||||
|
||||
if w.sourceNetwork == header.IPv4ProtocolNumber && destination.Addr.Is4In6() {
|
||||
destination = destination.Unwrap()
|
||||
} else if w.sourceNetwork == header.IPv6ProtocolNumber && destination.Addr.Is4() {
|
||||
destination = M.SocksaddrFrom(netip.AddrFrom16(destination.Addr.As16()), destination.Port)
|
||||
}
|
||||
destination.CheckBadAddr()
|
||||
|
||||
route, err := w.stack.FindRoute(
|
||||
defaultNIC,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue