mirror of
https://github.com/qdm12/gluetun.git
synced 2026-06-16 16:34:09 +02:00
hotfix(pmtud): set mss on all VPN routes
- fix behavior for OpenVPN splitting default route in multiple routes - fix behavior for Wireguard if user specifies AllowedIPs
This commit is contained in:
@@ -24,7 +24,7 @@ type Firewall interface {
|
||||
|
||||
type Routing interface {
|
||||
VPNLocalGatewayIP(vpnInterface string) (gateway netip.Addr, err error)
|
||||
VPNRoute(vpnIntf string) (route netlink.Route, err error)
|
||||
VPNRoutes(vpnIntf string) (route []netlink.Route, err error)
|
||||
}
|
||||
|
||||
type PortForward interface {
|
||||
|
||||
Reference in New Issue
Block a user