public inbox for devel@edk2.groups.io
 help / color / mirror / Atom feed
From: Rebecca Cran <rebecca@bluestop.org>
To: edk2-devel@lists.01.org
Cc: Jaben Carsey <jaben.carsey@intel.com>,
	Daryl McDaniel <edk2-lists@mc2research.org>,
	Laszlo Ersek <lersek@redhat.com>,
	Rebecca Cran <rebecca@bluestop.org>
Subject: [PATCH] StdLib: Update resolv.conf to use Google's public DNS servers
Date: Mon, 25 Feb 2019 11:36:37 -0700	[thread overview]
Message-ID: <20190225183637.91406-1-rebecca@bluestop.org> (raw)

The current servers listed appear to be unusable. I suspect most
people will get correct DNS servers via DHCP, but the defaults
should work for anyone.

Change the entries to be Google's public DNS servers.
Also, change the domain name to be example.com, to be more applicable
to consumers outside Intel.
---
 StdLib/Efi/StdLib/etc/resolv.conf | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/StdLib/Efi/StdLib/etc/resolv.conf b/StdLib/Efi/StdLib/etc/resolv.conf
index 3ac16ac230..724e6297b2 100644
--- a/StdLib/Efi/StdLib/etc/resolv.conf
+++ b/StdLib/Efi/StdLib/etc/resolv.conf
@@ -1,13 +1,13 @@
 #
 #   Domain name
 #
-domain          intel.com
+domain          example.com
 
 ;
 ;   Name Servers
 ;
-nameserver      206.63.63.61
-nameserver      216.251.100.1
+nameserver      8.8.8.8
+nameserver      8.8.4.4
 
 ; nameserver      10.248.2.1
 ; nameserver      10.22.224.204
-- 
2.20.1



             reply	other threads:[~2019-02-25 18:36 UTC|newest]

Thread overview: 6+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2019-02-25 18:36 Rebecca Cran [this message]
2019-02-25 19:41 ` [PATCH] StdLib: Update resolv.conf to use Google's public DNS servers Laszlo Ersek
2019-02-25 21:16   ` Carsey, Jaben
2019-02-26 11:56     ` Laszlo Ersek
2019-02-26 12:31 ` Laszlo Ersek
2019-03-08  2:15   ` Rebecca Cran

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-list from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20190225183637.91406-1-rebecca@bluestop.org \
    --to=devel@edk2.groups.io \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox