mirror of
https://gitea.blesmrt.net/mikaela/shell-things.git
synced 2024-11-22 19:29:22 +01:00
somewhat rewrite etc/resolv.conf
This commit is contained in:
parent
2151d9b602
commit
0925e0d23e
@ -1,13 +1,12 @@
|
|||||||
|
## Local DNS resolver?
|
||||||
nameserver ::1
|
nameserver ::1
|
||||||
nameserver 127.0.0.1
|
nameserver 127.0.0.1
|
||||||
# Remove these three commented lines in any case. (1)
|
## OpenDNS, Google DNS, OpenDNS, Google DNS
|
||||||
# Only use these if the above won't work. If there is no DNSSEC or ::1 (2)
|
## use.opendns.com http://208.69.38.205/
|
||||||
# causes issues, remove itt and uncomment the nameservers below. (3)
|
## system.opendns.com http://208.69.38.170/
|
||||||
#nameserver 2001:4860:4860::8888
|
|
||||||
#nameserver 8.8.4.4
|
|
||||||
# In case OpenDNS works, but nothing else does AND DNSSEC IS NOT NEEDED :(
|
|
||||||
# https://use.opendns.com/ / http://208.69.38.205/ (IPv6 not mentioned)
|
|
||||||
#nameserver 2620:0:ccd::2
|
#nameserver 2620:0:ccd::2
|
||||||
#nameserver 208.67.220.220
|
#nameserver 2001:4860:4860::8844
|
||||||
|
#nameserver 208.67.222.222
|
||||||
|
#nameserver 8.8.8.8
|
||||||
options edns0
|
options edns0
|
||||||
search mikaela.info
|
search mikaela.info
|
||||||
|
Loading…
Reference in New Issue
Block a user