blob: fedf9092e1d2c5771b1ad2bb274f4d34fabd3aaf (
plain) (
blame)
1
2
3
4
5
6
7
8
9
|
# Configuration for resolvconf(8)
# See resolvconf.conf(5) for details
resolv_conf=/etc/resolv.conf
# If you run a local name server, you should uncomment the below line and
# configure your subscribers configuration files below.
#name_servers=127.0.0.1
#name_servers_append=10.1.1.1
#name_servers_append=9.9.9.9
|