Skip to content

Commit

Permalink
Document how to test AAAA records
Browse files Browse the repository at this point in the history
  • Loading branch information
oz123 committed Aug 13, 2022
1 parent efe4804 commit 32c97e5
Show file tree
Hide file tree
Showing 2 changed files with 12,573 additions and 12,609 deletions.
14 changes: 14 additions & 0 deletions examples/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
To use these files use the netbox stack using
the compose file found in `testing/`

```
$ ./coredns -p 1053 -conf Corefile.example &
$ dig -p 1053 @127.0.0.1 somehost.company
```

To get AAAA records:

```
dig -p 1053 -6 @127.0.0.1 mail2.foo.com AAAA
```

Loading

0 comments on commit 32c97e5

Please sign in to comment.