diff options
author | Xiao Pan <gky44px1999@gmail.com> | 2023-03-17 01:58:22 -0700 |
---|---|---|
committer | Xiao Pan <gky44px1999@gmail.com> | 2023-03-17 04:51:23 -0700 |
commit | bcd57d78c5a6b20f38af32b939424f283fd995dc (patch) | |
tree | 0aa4502099b2876c8bbcd81a73943d1e14d01344 /etc/resolvconf.conf | |
parent | 53a7b5df33f6bca24e7e0334cdb4125f0768a434 (diff) |
resolvconf.conf default
Diffstat (limited to 'etc/resolvconf.conf')
-rw-r--r-- | etc/resolvconf.conf | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/etc/resolvconf.conf b/etc/resolvconf.conf new file mode 100644 index 00000000..4f5f2e6f --- /dev/null +++ b/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 |