mirror of
https://github.com/SagerNet/sing-tun.git
synced 2025-04-04 04:17:39 +03:00
Remove 4in6 cast
This commit is contained in:
parent
80ee994727
commit
6bad0c2380
4 changed files with 12 additions and 15 deletions
|
@ -383,7 +383,8 @@ func (w *systemPacketWriter4) WritePacket(buffer *buf.Buffer, destination M.Sock
|
|||
ipHdr := clashtcpip.IPv4Packet(newPacket.Bytes())
|
||||
ipHdr.SetTotalLength(uint16(newPacket.Len()))
|
||||
ipHdr.SetDestinationIP(ipHdr.SourceIP())
|
||||
ipHdr.SetSourceIP(destination.Unwrap().Addr)
|
||||
destination.CheckBadAddr()
|
||||
ipHdr.SetSourceIP(destination.Addr)
|
||||
udpHdr := clashtcpip.UDPPacket(ipHdr.Payload())
|
||||
udpHdr.SetDestinationPort(udpHdr.SourcePort())
|
||||
udpHdr.SetSourcePort(destination.Port)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue