[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[gnunet] branch master updated: replace DNS server that is down with one
From: |
gnunet |
Subject: |
[gnunet] branch master updated: replace DNS server that is down with one that is running |
Date: |
Thu, 12 Dec 2019 17:20:58 +0100 |
This is an automated email from the git hooks/post-receive script.
grothoff pushed a commit to branch master
in repository gnunet.
The following commit(s) were added to refs/heads/master by this push:
new 2973e89c0 replace DNS server that is down with one that is running
2973e89c0 is described below
commit 2973e89c0249ae5447b3c1452e34f9b13eff123d
Author: Christian Grothoff <address@hidden>
AuthorDate: Thu Dec 12 17:17:50 2019 +0100
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"
--
To stop receiving notification emails like this one, please contact
address@hidden.
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [gnunet] branch master updated: replace DNS server that is down with one that is running,
gnunet <=