Wojciech Knapik

Results 69 comments of Wojciech Knapik

Hi @elricsfate, Thanks a lot for the report and sorry for the late reply. `openvpn-unroot` requires a rewrite. It's outgrown the single bash script concept. I do intend to do...

The tun device should be created on boot, with correct permissions - that's what the .netdev file is for. You might have to enable a service to make it work...

Hi @Driesje32. I currently don't have access to a macOS-based device, so it's unlikely that I'll be able to help any time soon. What error messages are you getting ?...

Hi @travankor, > Is the problem related to glibc's getent? Indeed. The glibc variant supports the `-s` option, while the musl variant does not. I opened issues against [Void](https://github.com/void-linux/void-packages/issues/1924) and...

Hey @fabled! Thanks for your response. Given the lack of specification, I think following glibc makes the most sense. I've only seen two implementations on Linux so far - the...

Hi @juoza. Thanks for the suggestion. I never thought of it, but it sounds like a nice idea. I don't currently own an OpenWRT-based device, but I could just use...

Depends on #32.

Yes, neither vpnfailsafe, not any of the extras will prevent IP leaks before the initial VPN connection is established. I'm working on some other extras at the moment, but will...

Yeah, it's not my use case, but it's certainly someone's. We have to get the whitelist of VPN servers somehow, so like you said, it would either have to be...

Hi @githubtefo, When your wifi connection is reestablished, OpenVPN should eventually reconnect on its own. However this can take a while, so personally, I use the [pkill_hup_openvpn](https://github.com/wknapik/vpnfailsafe/blob/master/extras/pkill_hup_openvpn) script mentioned [here](https://github.com/wknapik/vpnfailsafe#user-content-how-do-i-make-openvpn-reconnect-when-the-underlying-network-connection-is-re-established-)....