vopono
vopono copied to clipboard
Run applications through VPN tunnels with temporary network namespaces
Running a second session in parallel on the same host currently removes the namespace of the other running vopono session: DEBUG vopono::util > Existing namespaces: ["vopono_..."] DEBUG vopono::util > Removing...
Is it possible to access a service on a local host from within a vopono host?
Hi , trying to use this with my custom OVPN file, the execution hangs and uses 100% CPU and never starts the program it should. Any inputs on this? Thanks!...
Hello, I'm on ArchLinux and I'm trying to use vopono. I am on the last version and use ProtonVPN as a provider. When i try to connect through Vopono, I...
Hello, I have Shadowsocks configured to run a socks5 proxy on port 1080 (127.0.0.1:1080). When directly using the .ovpn file to connect with the OpenVPN application (Linux) it works correctly...
Question: What is the best way to automate/script Vopono? (Mostly in regard to sudo/authorization)
Hi, Thank you so much for creating Vopono! So far, it seems to work very well :) I'm wondering what the best way would be to script Vopono. For example,...
https://crates.io/crates/xshell As mentioned in issue #153 Will make it easier to identify shell invocations and avoid repeating some utility code (printing the commands when the debug flag is active, etc.)
Specifically: https://github.com/jamesmcm/basic_tcp_proxy/blob/e3adcff17b46ecd871ff7d6f785de987d4945272/src/lib.rs#L36 fails to bind when a connection is made (even if the connecting process is also running as root). This seems to be some sort of socket permissions issue.
I've found the cause of the following error (mentioned in [another issue](https://github.com/jamesmcm/vopono/issues/150#issuecomment-1129247713)): ``` usage: sudo -h | -K | -k | -V usage: sudo -v [-ABknS] [-g group] [-h host]...