From 68b3e9793097b35ad5b180659feaea2044af4fd6 Mon Sep 17 00:00:00 2001 From: Chris Crowe Date: Sat, 2 Feb 2019 16:54:52 -0800 Subject: [PATCH] Updating README --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 01ac83e..3b7db55 100644 --- a/README.md +++ b/README.md @@ -30,17 +30,17 @@ sudo docker-compose up -d Test your configuration with dig: ```bash -dig @192.168.1.248 google.com +dig google.com @192.168.1.248 # Expecting "status: NOERROR" ``` You can also test for DNSSEC functionality: ```bash -dig sigfail.verteiltesysteme.net @ 192.168.1.248 +dig sigfail.verteiltesysteme.net @192.168.1.248 # Expecting "status: SERVFAIL" -dig sigok.verteiltesysteme.net @ 192.168.1.248 +dig sigok.verteiltesysteme.net @192.168.1.248 # Expecting "status: NOERROR" ```