James McMurray
James McMurray
Hi @Urdan , Which version of vopono are you running? It's been set to use `nmcli connection reload` for a while, see https://github.com/jamesmcm/vopono/blob/c84734cc1bbaacd5870e27dccc5a49e8efa822f2/src/veth_pair.rs#L65 And could you please run `ip addr`...
Thanks @Urdan , The `nmcli` issue is unrelated, it's a bug when it drops the wrapper, but this shouldn't happen usually. The real issue is: ``` 2021-02-05T21:30:11.666Z DEBUG vopono::util >...
@Urdan the error above is: >sudo: brave: command not found Try using `brave-browser` instead of `brave`.
Can you please run it with the `-v` flag i.e.: ``` ./vopono -v exec "firefox" --provider protonVPN --server ${CNT} --protocol openvpn ``` and then copy the output? Also try with...
Can you check if `firewalld` is running? ``` sudo firewall-cmd --state ``` It seems something is blocking the OpenVPN connection: ``` 2021-06-26T14:49:09.945Z DEBUG vopono::openvpn > "1624718949.945863 3000021 TLS Error: TLS...
There is an open issue for firewalld support: #93 I don't use it on Arch though so it's a bit hard to test and fix. If you run vopono with...
Thanks, there are two approaches, and it'd be best to implement both eventually. The main one would be to check if wireguard-tools throws any error if we fail to authenticate...
I just use NOPASSWD all the time on my personal devices. The NOPASSWD specific entry should work too. The ideal option would be to use [capabilities](https://man7.org/linux/man-pages/man7/capabilities.7.html) (we really only need...
> Are you not worried that everybody that gains access to your main user (physically, or via a remote exploit) easily can get root access? https://xkcd.com/1200/ It is an issue,...
> I'd like to make Privoxy listen on an address that is only reachable from my machine, if possible. Would that be the following IP address? > > `2022-05-17T18:06:13.198Z DEBUG...