From f7c6752d8dcda6d73ea9ee93cc8cef1290c45c48 Mon Sep 17 00:00:00 2001 From: Christian Grothoff Date: Thu, 25 Oct 2018 10:28:53 +0200 Subject: uk.gnunet.org was taken down, use another DNS name --- src/gns/test_gns_gns2dns_lookup.sh | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'src') 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 -- cgit v1.2.3