mirror of
https://github.com/qdm12/gluetun.git
synced 2026-05-09 20:29:23 +02:00
feat(perfectprivacy): port forwarding support (#2378)
This commit is contained in:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user