From dd64c0b45afea72654c0e494d2770d7acc5643d5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Matth=C3=A4us=20Wander?= Date: Sun, 26 Mar 2023 18:26:49 +0200 Subject: [PATCH] Update dnssec.md MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit I'm the author of https://dnssec.vs.uni-due.de. The site is down, but I've relaunched the DNSSEC test at https://wander.science/projects/dns/dnssec-resolver-test/ Signed-off-by: Matthäus Wander --- docs/guides/misc/tor/dnssec.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/guides/misc/tor/dnssec.md b/docs/guides/misc/tor/dnssec.md index a786dec..d567f4f 100644 --- a/docs/guides/misc/tor/dnssec.md +++ b/docs/guides/misc/tor/dnssec.md @@ -1,11 +1,11 @@ **This is an unsupported configuration created by the community** -A lot of the Exit Nodes configure their DNS Server to support DNSSEC. You can [test here](https://dnssec.vs.uni-due.de/) whether DNSSEC is enabled for your current DNS Servers. +A lot of the Exit Nodes configure their DNS Server to support DNSSEC. You can [test here](https://wander.science/projects/dns/dnssec-resolver-test/) whether DNSSEC is enabled for your current DNS Servers. If you want to test again by refreshing the site, please be aware of the notes on the site: To re-run the above test, you also need to: -1. Flush the DNS cache of your OS (Windows: `ipconfig /flushdns`) +1. Wait for 60s or flush the DNS cache of your OS manually (Windows: `ipconfig /flushdns`) 2. Restart browser or clear browser cache !!! note