From b761f8f5ed12410fe04e95c6b76a2a0c2b2cb9b1 Mon Sep 17 00:00:00 2001 From: Mikaela Suomalainen Date: Wed, 13 May 2015 20:49:35 +0300 Subject: [PATCH] add etc/resolv.conf --- etc/resolv.conf | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 etc/resolv.conf diff --git a/etc/resolv.conf b/etc/resolv.conf new file mode 100644 index 00000000..9cca100c --- /dev/null +++ b/etc/resolv.conf @@ -0,0 +1,19 @@ +# resolv.conf is limited to three nameserver entries. + +# Local DNS cache (if any). If it fails, moving to next servers, probably +nameserver ::1 + +# Google DNS IPv6 & IPv4 - chosen for DNSSEC (even if ::1 should do that) +#nameserver 2001:4860:4860::8888 +nameserver 2001:4860:4860::8844 +#nameserver 8.8.8.8 +nameserver 8.8.4.4 +# At the moment IPv6 is not popular enough with my systems so I cannot +# have IPv6 only nameservers and it's probably a good idea to keep IPv4 +# one too just in case only IPv6 fails unless we some day get rid of +# IPv4 entirely. +# Secondary DNS servers are used as they might be getting less traffic +# than the main ones, but that shouldn't matter too much. + +# Domains to search when querying e.g. host without domain. +search mikaela.info