feat(perfectprivacy): port forwarding support (#2378)

This commit is contained in:
Quentin McGaw
2024-07-30 22:00:26 +02:00
committed by GitHub
parent ab08a5e666
commit 7bc2972b27
11 changed files with 96 additions and 4 deletions

View File

@@ -16,6 +16,7 @@ type PortAllower interface {
type Routing interface {
VPNLocalGatewayIP(vpnInterface string) (gateway netip.Addr, err error)
AssignedIP(interfaceName string, family int) (ip netip.Addr, err error)
}
type Logger interface {