mirror of
https://git.disroot.org/FollieHiyuki/dotfiles.git
synced 2024-11-25 00:38:23 -05:00
system: add resolvconf config
This commit is contained in:
parent
c196180d0a
commit
a74bba23c8
11
system/etc/resolvconf.conf
Normal file
11
system/etc/resolvconf.conf
Normal file
@ -0,0 +1,11 @@
|
||||
# Configuration for resolvconf(8)
|
||||
# See resolvconf.conf(5) for details
|
||||
|
||||
resolv_conf=/etc/resolv.conf
|
||||
|
||||
# This is for using in conjunction with 'unbound'.
|
||||
# For unbound configuration see:
|
||||
# - https://git.disroot.org/FollieHiyuki/pi-hole
|
||||
# - https://wiki.archlinux.org/title/Unbound
|
||||
name_servers="::1 127.0.0.1"
|
||||
resolv_conf_options="trust-ad"
|
Loading…
Reference in New Issue
Block a user