Improving your resolv.conf file
edwin.io
Improving your resolv.conf file
1–10 of 14 posts
Re: Improving your resolv.conf file
#2Even the man page is better: http://linux.die.net/man/5/resolv.conf
"Optimised" resolv.conf has one line - 127.0.0.1 and the host runs a local cache (dnsmasq / bind / djbdns / ...)
Re: Improving your resolv.conf file
#3There's no "why". There's no justification for the word "improving" either. No interesting content really. Even the man page is better: http://linux.die.net/man/5/resolv.conf "Optimised" resolv.conf has one line - 127.0.0.1 and the host runs a local cache (dnsmasq / bind / djbdns / ...)
I have a PowerDNS setup on localhost that was a lot slower than Google's servers. That's because by default it recurses to the root servers.
I found that the fastest setup in my case was to use PowerDNS and have it recurse via bt.com servers (this is in London). BT is a big commercial provider so what I need is often hot in their cache, the same goes for Google.
Re: Improving your resolv.conf file
#4There's no "why". There's no justification for the word "improving" either. No interesting content really. Even the man page is better: http://linux.die.net/man/5/resolv.conf "Optimised" resolv.conf has one line - 127.0.0.1 and the host runs a local cache (dnsmasq / bind / djbdns / ...)
Actually using Google's nameservers are really fast compared to a default Bind/PowerDNS setup. I have a PowerDNS setup on localhost that was a lot slower than Google's servers. That's because by default it recurses to the root servers. I found that the fastest setup in my case was to use PowerDNS and have it recurse via bt.com servers (this is in London). BT is a big commercial provider so what I need is often hot in…
Re: Improving your resolv.conf file
#5Please don't do this unless you're a GTE/Verizon customer. Use your ISP's or run a resolver yourself.
Re: Improving your resolv.conf file
#6> nameserver 4.4.4.4 Please don't do this unless you're a GTE/Verizon customer. Use your ISP's or run a resolver yourself.
Oh wait, that's 8.8.4.4. Maybe that's what he meant.
And now I checked the article. That's what it says now.
Re: Improving your resolv.conf file
#7Re: Improving your resolv.conf file
#8Re: Improving your resolv.conf file
#9Because AFAIK, ubuntu distros (and maybe redhat/fedora even) suffer from multisecond delays due to ipv6 lookups - https://bugs.launchpad.net/ubuntu/lucid/+source/eglibc/+bug/...
I thought this article had some solution to that (other than disabling ipv6, right now) - but dont think so
Re: Improving your resolv.conf file
#10There's no "why". There's no justification for the word "improving" either. No interesting content really. Even the man page is better: http://linux.die.net/man/5/resolv.conf "Optimised" resolv.conf has one line - 127.0.0.1 and the host runs a local cache (dnsmasq / bind / djbdns / ...)
Actually using Google's nameservers are really fast compared to a default Bind/PowerDNS setup. I have a PowerDNS setup on localhost that was a lot slower than Google's servers. That's because by default it recurses to the root servers. I found that the fastest setup in my case was to use PowerDNS and have it recurse via bt.com servers (this is in London). BT is a big commercial provider so what I need is often hot in…
Anyway, this isn't much of an improvement honestly..