eventure / hide.client.linux

Hide.me CLI VPN client for Linux
https://hide.me
GNU General Public License v2.0
90 stars 35 forks source link

Change to standard resolv.conf format #38

Open hirschenberger opened 2 months ago

hirschenberger commented 2 months ago

The line timeout 1 is invalid or outdated resolv.conf format, see:
https://www.man7.org/linux/man-pages/man5/resolv.conf.5.html

This makes some problems with parsing by 3rdparty libs, see:

https://github.com/cargo-bins/cargo-binstall/issues/1708