public inbox for devel@edk2.groups.io
 help / color / mirror / Atom feed
* [PATCH] StdLib: Update resolv.conf to use Google's DNS servers
@ 2019-03-08  2:14 Rebecca Cran
  2019-03-08  9:26 ` Laszlo Ersek
  2019-03-08 20:17 ` Laszlo Ersek
  0 siblings, 2 replies; 7+ messages in thread
From: Rebecca Cran @ 2019-03-08  2:14 UTC (permalink / raw)
  To: edk2-devel; +Cc: Rebecca Cran, Jaben Carsey, Laszlo Ersek

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.

Contributed-under: TianoCore Contribution Agreement 1.1
Signed-off-by: Rebecca Cran <rebecca@bluestop.org>
Reviewed-by: Jaben Carsey <jaben.carsey@intel.com>
Reviewed-by: Laszlo Ersek <lersek@redhat.com>
---
 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.21.0



^ permalink raw reply related	[flat|nested] 7+ messages in thread
* [PATCH] Update resolv.conf to use Google's DNS servers.
@ 2019-02-23  3:38 Rebecca Cran
  2019-02-23  3:41 ` [PATCH] StdLib: " Rebecca Cran
  0 siblings, 1 reply; 7+ messages in thread
From: Rebecca Cran @ 2019-02-23  3:38 UTC (permalink / raw)
  To: edk2-devel

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.
---
 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



^ permalink raw reply related	[flat|nested] 7+ messages in thread

end of thread, other threads:[~2019-03-08 20:17 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2019-03-08  2:14 [PATCH] StdLib: Update resolv.conf to use Google's DNS servers Rebecca Cran
2019-03-08  9:26 ` Laszlo Ersek
2019-03-08 20:17 ` Laszlo Ersek
  -- strict thread matches above, loose matches on Subject: below --
2019-02-23  3:38 [PATCH] " Rebecca Cran
2019-02-23  3:41 ` [PATCH] StdLib: " Rebecca Cran
2019-02-25 10:11   ` Laszlo Ersek
2019-02-25 14:40     ` Rebecca Cran
2019-02-25 15:56     ` Carsey, Jaben

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox