fix: avoid mac wireguard dns rewrites

This commit is contained in:
Stefano Fiorini
2026-03-12 01:20:02 -05:00
parent d0c50f5d8a
commit ca33b2d74a
4 changed files with 22 additions and 5 deletions

View File

@@ -36,6 +36,8 @@ node skills/nordvpn-client/scripts/nordvpn-client.js disconnect
- `wireguard-go`
- `wireguard-tools`
- non-interactive `sudo` for `~/.openclaw/workspace/skills/nordvpn-client/scripts/nordvpn-wireguard-helper.sh`
- the macOS WireGuard config intentionally omits `DNS = ...`
- reason: `wg-quick` on macOS rewrites system DNS across services when `DNS` is present, which can break connectivity and other tunnels
- `NordVPN.app` may stay installed but is only the manual fallback
- the app login is not reused by the automated WireGuard backend