etc/resolv.conf: update based on note to self

I have no idea why I even have this file :(

I guess the number four has something to do with Windows as resolv.conf
actually doesn't take more than three, am I preparing for situation
where there is no network, but ISP DNS is down or something? Why? When has
that actually happened?
This commit is contained in:
Aminda Suomalainen 2018-04-19 14:41:56 +03:00
parent d11ff89c85
commit 537fc06dd7
No known key found for this signature in database
GPG Key ID: 0C207F07B2F32B67
1 changed files with 13 additions and 10 deletions

View File

@ -1,12 +1,15 @@
## Local DNS resolver? # CloudFlare IPv6 #2
nameserver ::1 nameserver 2606:4700:4700::1001
nameserver 127.0.0.1 # OpenDNS IPv4 #2
## OpenDNS, Google DNS, OpenDNS, Google DNS #nameserver 208.67.220.220
## use.opendns.com http://208.69.38.205/ # Google DNS IPv4 #1
## system.opendns.com http://208.69.38.170/ nameserver 8.8.8.8
#nameserver 2620:0:ccd::2 # Google DNS IPv6 #2
#nameserver 2001:4860:4860::8844 nameserver 2001:4860:4860::8844
#nameserver 208.67.222.222 # CloudFlare IPv4 #1
#nameserver 8.8.8.8 #nameserver 1.1.1.1
options edns0 options edns0
search mikaela.info search mikaela.info
# note and remember missing DNSSEC
# use.opendns.com http://208.69.38.205/
# system.opendns.com http://208.69.38.170/