-
Notifications
You must be signed in to change notification settings - Fork 59
Description
I've been attempting to use vopono to connect to ProtonVPN via wireguard. I have a paid subscription, and connecting works fine from other clients, including wireguard clients.
When I attempt to run vopono sync --protocol wireguard
and select ProtonVPN (or pass protonvpn
as an argument), I get the error Error: Wireguard not implemented
. This error does not appear when attempting with other providers e.g. Mullivad, but I have not progressed beyond the next step with another provider. At first I wondered if this were intentional and due to the fact that with ProtonVPN I'd be using their own config files, so I continued anyway.
Running vopono appears to work, and I can run processes within the network namespace it creates, however there appears to be no communication with any other 'device', including the host and internet-facing addresses. Running ping
only recieves a response from loopback, in my testing.
I apologise if I have missed something, and would appreciate any guidance. Thank you!