networkd: also add IPv6 DNS servers by default

This commit is contained in:
Tom Gundersen 2014-05-16 17:34:43 +02:00
parent 9f24adc288
commit 7b4d796839
1 changed files with 1 additions and 1 deletions

View File

@ -891,7 +891,7 @@ AC_ARG_WITH(dns-servers,
AS_HELP_STRING([--with-dns-servers=DNSSERVERS],
[Space-separated list of default DNS servers]),
[DNS_SERVERS="$withval"],
[DNS_SERVERS="8.8.8.8 8.8.4.4"])
[DNS_SERVERS="8.8.8.8 8.8.4.4 2001:4860:4860::8888 2001:4860:4860::8844"])
AC_DEFINE_UNQUOTED(DNS_SERVERS, ["$DNS_SERVERS"], [Default DNS Servers])
AC_SUBST(DNS_SERVERS)