Merge pull request #804 from pi-hole/verteiltesysteme.net

use dnssec.works instead of verteiltesysteme.net in unbound documentation
This commit is contained in:
yubiuser
2022-11-11 22:29:15 +01:00
committed by GitHub
+2 -2
View File
@@ -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.