From: Christian Grothoff Date: Thu, 25 Oct 2018 08:28:53 +0000 (+0200) Subject: uk.gnunet.org was taken down, use another DNS name X-Git-Tag: v0.11.0~238^2~37 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=f7c6752d8dcda6d73ea9ee93cc8cef1290c45c48;p=oweals%2Fgnunet.git uk.gnunet.org was taken down, use another DNS name --- diff --git a/src/gns/test_gns_gns2dns_lookup.sh b/src/gns/test_gns_gns2dns_lookup.sh index ad5d762eb..122e45525 100755 --- a/src/gns/test_gns_gns2dns_lookup.sh +++ b/src/gns/test_gns_gns2dns_lookup.sh @@ -14,8 +14,8 @@ then fi rm -rf `gnunet-config -c test_gns_lookup.conf -f -s paths -o GNUNET_TEST_HOME` -# IP address of 'uk.gnunet.org' -TEST_IP_ALT2="81.187.252.184" +# IP address of 'docs.gnunet.org' +TEST_IP_ALT2="131.159.74.67" # IP address of 'www.gnunet.org' TEST_IP="131.159.74.67" # IPv6 address of 'gnunet.org' @@ -42,7 +42,7 @@ MY_EGO="myego" # various names we will use for resolution TEST_DOMAIN="www.${TEST_RECORD_NAME}.$MY_EGO" TEST_DOMAIN_ALT="${TEST_RECORD_NAME}.$MY_EGO" -TEST_DOMAIN_ALT2="uk.${TEST_RECORD_NAME}.$MY_EGO" +TEST_DOMAIN_ALT2="docs.${TEST_RECORD_NAME}.$MY_EGO" gnunet-arm -s -c test_gns_lookup.conf @@ -64,7 +64,7 @@ RES_IP=`$DO_TIMEOUT gnunet-gns --raw -u $TEST_DOMAIN -t A -c test_gns_lookup.con RES_IP6=`$DO_TIMEOUT gnunet-gns --raw -u $TEST_DOMAIN -t AAAA -c test_gns_lookup.conf` # lookup 'gnunet.org', IPv4 RES_IP_ALT=`$DO_TIMEOUT gnunet-gns --raw -u $TEST_DOMAIN_ALT -t A -c test_gns_lookup.conf` -# lookup 'uk.gnunet.org', IPv4 +# lookup 'docs.gnunet.org', IPv4 RES_IP_ALT2=`$DO_TIMEOUT gnunet-gns --raw -u $TEST_DOMAIN_ALT2 -t A -c test_gns_lookup.conf` # clean up