Use the VPN local gateway IP address to run path MTU discovery

This commit is contained in:
Quentin McGaw
2025-10-06 10:03:15 +00:00
parent f0f3193c1c
commit b9051b02bf
2 changed files with 12 additions and 10 deletions

View File

@@ -47,7 +47,6 @@ func (l *Loop) Run(ctx context.Context, done chan<- struct{}) {
continue
}
tunnelUpData := tunnelUpData{
serverIP: connection.IP,
vpnType: settings.Type,
serverName: connection.ServerName,
canPortForward: connection.PortForward,