Update network setup.

- actually unbound to packages
- add more DNS fallbacks (alternative Google and CF ones + Comodo)
- add resolv.conf
This commit is contained in:
Érico Nogueira 2021-10-13 01:24:37 -03:00
parent 99fadabba4
commit 73b076293a
3 changed files with 3 additions and 2 deletions

View File

@ -0,0 +1 @@
nameserver 127.0.0.1

View File

@ -2,6 +2,6 @@
# See resolvconf.conf(5) for details
resolv_conf=/dev/null
name_servers="8.8.8.8 1.1.1.1"
name_servers="8.8.8.8 1.1.1.1 8.8.4.4 1.0.0.1 8.26.56.26 8.20.247.20"
private_interfaces="*"
unbound_conf=/etc/unbound/resolvconf.conf

View File

@ -31,7 +31,7 @@ assemble_list() {
done
}
base="chrony elogind iwd wireguard-tools openresolv vsv socklog-void doas font-spleen"
base="chrony elogind iwd wireguard-tools openresolv unbound vsv socklog-void doas font-spleen"
base_desc="$(print_item base) Install base system utilities."
luks="cryptsetup"