From: Christian Grothoff Date: Thu, 12 Dec 2019 16:17:50 +0000 (+0100) Subject: replace DNS server that is down with one that is running X-Git-Tag: v0.12.0~24 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=2973e89c0249ae5447b3c1452e34f9b13eff123d;p=oweals%2Fgnunet.git replace DNS server that is down with one that is running --- 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"