hotfix(pmtud): detect IPv6 usage in VPN connection

This commit is contained in:
Quentin McGaw
2026-05-09 14:40:04 +00:00
parent 445f99d9dc
commit 5b01324d5f
7 changed files with 69 additions and 24 deletions
+1
View File
@@ -61,6 +61,7 @@ type Storage interface {
}
type NetLinker interface {
AddrList(linkIndex uint32, family uint8) (addresses []netip.Prefix, err error)
AddrReplace(linkIndex uint32, addr netip.Prefix) error
Router
Ruler