From 2973e89c0249ae5447b3c1452e34f9b13eff123d Mon Sep 17 00:00:00 2001 From: Christian Grothoff Date: Thu, 12 Dec 2019 17:17:50 +0100 Subject: [PATCH] replace DNS server that is down with one that is running --- src/gns/test_gns_soa_lookup.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/gns/test_gns_soa_lookup.sh b/src/gns/test_gns_soa_lookup.sh index 4ae7c7e91..326b99a8f 100755 --- a/src/gns/test_gns_soa_lookup.sh +++ b/src/gns/test_gns_soa_lookup.sh @@ -20,7 +20,8 @@ rm -rf `gnunet-config -c test_gns_lookup.conf -f -s paths -o GNUNET_TEST_HOME` MY_EGO="myego" TEST_DOMAIN="homepage.$MY_EGO" # some public DNS resolver we can use -TEST_IP_GNS2DNS="184.172.157.218" +#TEST_IP_GNS2DNS="184.172.157.218" # This one seems currently down. +TEST_IP_GNS2DNS="8.8.8.8" TEST_RECORD_NAME="homepage" TEST_RECORD_GNS2DNS="gnunet.org" -- 2.25.1