Updating README

This commit is contained in:
Chris Crowe 2019-02-02 16:54:52 -08:00
parent a4c8e0932f
commit 68b3e97930

View file

@ -30,17 +30,17 @@ sudo docker-compose up -d
Test your configuration with dig: Test your configuration with dig:
```bash ```bash
dig @192.168.1.248 google.com dig google.com @192.168.1.248
# Expecting "status: NOERROR" # Expecting "status: NOERROR"
``` ```
You can also test for DNSSEC functionality: You can also test for DNSSEC functionality:
```bash ```bash
dig sigfail.verteiltesysteme.net @ 192.168.1.248 dig sigfail.verteiltesysteme.net @192.168.1.248
# Expecting "status: SERVFAIL" # Expecting "status: SERVFAIL"
dig sigok.verteiltesysteme.net @ 192.168.1.248 dig sigok.verteiltesysteme.net @192.168.1.248
# Expecting "status: NOERROR" # Expecting "status: NOERROR"
``` ```