diff options
| author | Craig Jennings <c@cjennings.net> | 2026-07-05 16:35:09 -0400 |
|---|---|---|
| committer | Craig Jennings <c@cjennings.net> | 2026-07-05 16:35:09 -0400 |
| commit | c7b7d164c425f1cf34942c34f7d286210b3bf408 (patch) | |
| tree | c6ed21303fa5e9d7f599076e7cff852594dfb18b /assets/wireguard-config/USCASF.conf | |
| parent | 4dd127e966d47e928c7051dad7a684613ea7a362 (diff) | |
| download | archsetup-c7b7d164c425f1cf34942c34f7d286210b3bf408.tar.gz archsetup-c7b7d164c425f1cf34942c34f7d286210b3bf408.zip | |
fix(wireguard): replace dead Proton configs with a working set
The seven Proton configs imported April 10 completed the WireGuard handshake but Proton routed no data: DNS and traffic through the tunnel timed out on every server. Fresh configs from the Proton dashboard route data normally. That confirms the old keys were deauthorized account-side, not a local routing, firewall, or NetworkManager fault.
Swap in three fresh configs (NL, US-CA, US-TX) and point the panel tunnels manual-test at the new connection names.
Diffstat (limited to 'assets/wireguard-config/USCASF.conf')
| -rw-r--r-- | assets/wireguard-config/USCASF.conf | 16 |
1 files changed, 0 insertions, 16 deletions
diff --git a/assets/wireguard-config/USCASF.conf b/assets/wireguard-config/USCASF.conf deleted file mode 100644 index 7948ae4..0000000 --- a/assets/wireguard-config/USCASF.conf +++ /dev/null @@ -1,16 +0,0 @@ -[Interface] -# Key for velox -# Bouncing = 26 -# NetShield = 1 -# Moderate NAT = on -# NAT-PMP (Port Forwarding) = off -# VPN Accelerator = on -PrivateKey = 4Al9epK8qlWSiASFx1D8YPtqaqdUKUA6SRQhfhmL81g= -Address = 10.2.0.2/32 -DNS = 10.2.0.1 - -[Peer] -# US-CA#75 -PublicKey = xRu4XSIeCCNh4wQqit2w0PwAqzAs7JVA4zQqxGOhSSY= -AllowedIPs = 0.0.0.0/0 -Endpoint = 79.127.185.222:51820
\ No newline at end of file |
