mirror of
https://github.com/SagerNet/sing.git
synced 2025-04-04 20:37:40 +03:00
Fix udp nat
This commit is contained in:
parent
8d95ae4cff
commit
b4b6c838d1
11 changed files with 144 additions and 331 deletions
|
@ -38,6 +38,10 @@ func (ap AddrPort) UDPAddr() *net.UDPAddr {
|
|||
}
|
||||
}
|
||||
|
||||
func (ap AddrPort) AddrPort() netip.AddrPort {
|
||||
return netip.AddrPortFrom(ap.Addr.Addr(), ap.Port)
|
||||
}
|
||||
|
||||
func (ap AddrPort) String() string {
|
||||
return net.JoinHostPort(ap.Addr.String(), strconv.Itoa(int(ap.Port)))
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue