James McMurray
James McMurray
Try to update if you're able to, I think the issue is that that version lacks support for postrouting.
Flatpak should work, if you're able to use that instead see issue #96 I'll try to test snap later but it's slightly more complicated on Arch Linux.
Hmm I tested this locally with a US config from Mullvad and it works fine for me. Can you check that `ufw`, `firewalld` are not running? i.e. anything that might...
Yeah, this is reproducible just with the netns parts: ```bash sudo ip netns add testnetns2 sudo ip netns exec testnetns2 ip addr add ::1/8 dev lo sudo ip netns exec...
The issue I hit before was how to then run the program in the netns as the target user and with the target user environment, etc. I think it'd require...
It used to work, but I think the switch to the `sudo` crate might have broken it, I'll take a look when I have time. In the long-term it'd be...
If you run it with `-v` for verbose you should see exactly what it runs. Privilege escalation is currently handled by: ```rust pub fn elevate_privileges(askpass: bool) -> anyhow::Result { use...
It's interesting that it's a DNS issue, since that is set in `/etc/netns/{netns.name}/hosts` Are you using any service to manage DNS automatically?
No problem!
Try to copy it from the headers of the request - i.e. find the actual request in the network inspector, and then copy the relevant part from the headers directly....