angristan / wireguard-install

WireGuard VPN installer for Linux servers
https://stanislas.blog/2019/01/how-to-setup-vpn-server-wireguard-nat-ipv6/
MIT License
8.12k stars 1.32k forks source link

resolvconf make dns gone. #306

Closed rickicode closed 1 year ago

rickicode commented 2 years ago

please remove resolvconf, because make nameserver on /etc/resolv.conf gone.

g0x69lbo commented 2 years ago

Quoting https://wiki.debian.org/NetworkConfiguration:

The resolvconf program is generally only necessary when a system has multiple programs that need to dynamically modify the nameserver information. In a simple system where the nameservers do not change often or are only changed by one program, the resolv.conf configuration file is adequate.

Therefore, you can safely remove the package from your system if not needed. If you wish to keep it though.. See how to configure resolvconf correctly: https://unix.stackexchange.com/a/80856/447162

angristan commented 1 year ago

Unfortunately, this is needed by wg-quick 😕

moralrebuild commented 1 year ago

Thanks for your project. But please have more validating cases on Debian 11 (per my env). It breaks the dns functions. Not all average people know how to identify the issue and fix it by themselves.