From b50aede83d6c4ddc179d2dd12df059e37ac8e7c2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Christian=20K=C3=B6nig?= Date: Fri, 11 Nov 2022 21:57:37 +0100 Subject: [PATCH] use dnssec.works instead of verteiltesysteme.net un unbound documentation MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Christian König --- docs/guides/dns/unbound.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/guides/dns/unbound.md b/docs/guides/dns/unbound.md index 0008a28..6dc5c55 100644 --- a/docs/guides/dns/unbound.md +++ b/docs/guides/dns/unbound.md @@ -169,8 +169,8 @@ to a config file like `/etc/dnsmasq.d/99-edns.conf` to signal FTL to adhere to t You can test DNSSEC validation using ```bash -dig sigfail.verteiltesysteme.net @127.0.0.1 -p 5335 -dig sigok.verteiltesysteme.net @127.0.0.1 -p 5335 +dig fail01.dnssec.works @127.0.0.1 -p 5335 +dig dnssec.works @127.0.0.1 -p 5335 ``` The first command should give a status report of `SERVFAIL` and no IP address. The second should give `NOERROR` plus an IP address.