Skip to content

Commit 97c6a84

Browse files
committed
Update unbound.md
add ad flag to dig command Update unbound.md Update unbound.md to include more information about the DNSSEC validation flags. Signed-off-by: HeliusMagnum <[email protected]>
1 parent b11f98d commit 97c6a84

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/guides/dns/unbound.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -169,10 +169,10 @@ You can test DNSSEC validation using
169169

170170
```bash
171171
dig fail01.dnssec.works @127.0.0.1 -p 5335
172-
dig dnssec.works @127.0.0.1 -p 5335
172+
dig +ad dnssec.works @127.0.0.1 -p 5335
173173
```
174174

175-
The first command should give a status report of `SERVFAIL` and no IP address. The second should give `NOERROR` plus an IP address.
175+
The first command should give a status report of `SERVFAIL` and no IP address. The second should give `NOERROR` plus an IP address in addition to a `ad` in the `flags:` section. The `ad` signifies (Authentic Data), indicating the DNS response has been authenticated and validated using DNSSEC.
176176

177177
### Configure Pi-hole
178178

0 commit comments

Comments
 (0)