Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/distrib/utils/sysinst As both of the "ns-wide.wide.ad.jp" an...
details: https://anonhg.NetBSD.org/src/rev/a70b6337ae09
branches: trunk
changeset: 770705:a70b6337ae09
user: jakllsch <jakllsch%NetBSD.org@localhost>
date: Sun Oct 30 00:30:56 2011 +0000
description:
As both of the "ns-wide.wide.ad.jp" and "light.imasy.or.jp" IPv6 resolvers
now refuse my queries, replace them with "google-public-dns-a.google.com"
and "google-public-dns-b.google.com".
diffstat:
distrib/utils/sysinst/menus.mi | 11 ++++++-----
1 files changed, 6 insertions(+), 5 deletions(-)
diffs (34 lines):
diff -r e2b120a7e50a -r a70b6337ae09 distrib/utils/sysinst/menus.mi
--- a/distrib/utils/sysinst/menus.mi Sun Oct 30 00:28:57 2011 +0000
+++ b/distrib/utils/sysinst/menus.mi Sun Oct 30 00:30:56 2011 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: menus.mi,v 1.42 2011/04/17 12:33:42 martin Exp $ */
+/* $NetBSD: menus.mi,v 1.43 2011/10/30 00:30:56 jakllsch Exp $ */
/*-
* Copyright (c) 2003 The NetBSD Foundation, Inc.
@@ -344,19 +344,20 @@
action { src_prompt(MSG_Set_dir, set_dir, 60); };
menu namesrv6, title MSG_Select_IPv6_DNS_server;
- option "ns-wide.wide.ad.jp", exit, action
+ option "google-public-dns-a.google.com", exit, action
{
#ifdef INET6
- strlcpy(net_namesvr6, "2001:200:0:1::f", sizeof(net_namesvr6));
+ strlcpy(net_namesvr6, "2001:4860:4860::8888",
+ sizeof(net_namesvr6));
yesno = 1;
#else
yesno = 0;
#endif
};
- option "light.imasy.or.jp", exit, action
+ option "google-public-dns-b.google.com", exit, action
{
#ifdef INET6
- strlcpy(net_namesvr6, "2001:200:300:1:2a0:c9ff:fe61:6521",
+ strlcpy(net_namesvr6, "2001:4860:4860::8844",
sizeof(net_namesvr6));
yesno = 1;
#else
Home |
Main Index |
Thread Index |
Old Index