niki-on-github
niki-on-github
@3nprob is the given log output unprocessed or did you replace certain strings? e.g ``` 2022-02-28T13:34:50.448Z DEBUG vopono::dns_config > Setting namespace vopono_mv_belgium DNS server to $VPN_DNS ``` $VPN_DNS is not...
Maybe it has something to do with the `nsswitch.conf` setting. See [dns-leaks-with-network-namespaces](https://philipdeljanov.com/posts/2019/05/31/dns-leaks-with-network-namespaces/). Since vopono does not generate a custom `nsswitch.conf` config the default file will be used. Depending on the...
Since i discovered the issue while implementing [noinitialfocus](https://github.com/hyprwm/Hyprland/compare/main...niki-on-github:Hyprland:feature/noinitialfocus), here is a short description where to look if someone also have such a problem: The app has probably met one of...