diff options
author | neodarz <neodarz@neodarz.net> | 2018-07-06 13:28:28 +0200 |
---|---|---|
committer | neodarz <neodarz@neodarz.net> | 2018-07-06 13:28:28 +0200 |
commit | 57ac32d4857c8bf01d152dcf110e1ab2e91a84bb (patch) | |
tree | c168891ee50ec3063c4da4a8cccbded7662501c1 /resolv | |
parent | 524ba7c67f82df89c594e8ab28774728242cbf03 (diff) | |
download | dotfiles_ascii-57ac32d4857c8bf01d152dcf110e1ab2e91a84bb.tar.xz dotfiles_ascii-57ac32d4857c8bf01d152dcf110e1ab2e91a84bb.zip |
Add resolv
Diffstat (limited to 'resolv')
-rw-r--r-- | resolv/etc/resolvconf.conf | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/resolv/etc/resolvconf.conf b/resolv/etc/resolvconf.conf new file mode 100644 index 0000000..74d9898 --- /dev/null +++ b/resolv/etc/resolvconf.conf @@ -0,0 +1,7 @@ +# 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 |