replace DNS server that is down with one that is running
authorChristian Grothoff <christian@grothoff.org>
Thu, 12 Dec 2019 16:17:50 +0000 (17:17 +0100)
committerChristian Grothoff <christian@grothoff.org>
Thu, 12 Dec 2019 16:17:50 +0000 (17:17 +0100)
src/gns/test_gns_soa_lookup.sh

index 4ae7c7e91e4aef609b68c8e8da4b97e629d45c20..326b99a8fdda52c0699f33cc6d210daeb0a1fbae 100755 (executable)
@@ -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"