mirror of
https://github.com/qdm12/gluetun.git
synced 2026-05-10 04:30:20 +02:00
feat(perfectprivacy): port forwarding support (#2378)
This commit is contained in:
@@ -13,6 +13,7 @@ type Service interface {
|
||||
|
||||
type Routing interface {
|
||||
VPNLocalGatewayIP(vpnInterface string) (gateway netip.Addr, err error)
|
||||
AssignedIP(interfaceName string, family int) (ip netip.Addr, err error)
|
||||
}
|
||||
|
||||
type PortAllower interface {
|
||||
|
||||
Reference in New Issue
Block a user