aboutsummaryrefslogtreecommitdiff
path: root/src/dns
diff options
context:
space:
mode:
Diffstat (limited to 'src/dns')
-rwxr-xr-xsrc/dns/test_gnunet_dns.sh5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/dns/test_gnunet_dns.sh b/src/dns/test_gnunet_dns.sh
index 84a57f87e..57b9716f5 100755
--- a/src/dns/test_gnunet_dns.sh
+++ b/src/dns/test_gnunet_dns.sh
@@ -31,6 +31,11 @@ then
31 echo "This test requires iptables with 'mangle' support. Skipping." 31 echo "This test requires iptables with 'mangle' support. Skipping."
32 exit 77 32 exit 77
33fi 33fi
34if grep % /etc/resolv.conf &> /dev/null
35then
36 echo "This system seems to use a DNS server on an IPv6 link-local address, which is not supported. Skipping."
37 exit 77
38fi
34 39
35export PATH=".:$PATH" 40export PATH=".:$PATH"
36gnunet-service-dns -c dns.conf & 41gnunet-service-dns -c dns.conf &