Skip to content

Commit

Permalink
Use the same format for all example outputs
Browse files Browse the repository at this point in the history
  • Loading branch information
gthess committed Apr 12, 2021
1 parent 4ab914d commit 5078281
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions source/topics/filtering/rpz.rst
Original file line number Diff line number Diff line change
Expand Up @@ -166,13 +166,16 @@ normally.
;; flags: qr aa rd ra ; QUERY: 1, ANSWER: 1, AUTHORITY: 0, ADDITIONAL: 0
;; QUESTION SECTION:
;; withpolicy.example.com. IN TXT
;; ANSWER SECTION:
withpolicy.example.com. 3600 IN TXT "local data policy"
$ drill txt www.example.com
;; ->>HEADER<<- opcode: QUERY, rcode: NOERROR, id: 42053
;; flags: qr rd ra ; QUERY: 1, ANSWER: 1, AUTHORITY: 0, ADDITIONAL: 0
;; QUESTION SECTION:
;; www.example.com. IN TXT
;; ANSWER SECTION:
www.example.com. 86400 IN TXT "v=spf1 -all"
Expand Down

0 comments on commit 5078281

Please sign in to comment.