Updating README
This commit is contained in:
parent
a4c8e0932f
commit
68b3e97930
1 changed files with 3 additions and 3 deletions
|
@ -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"
|
||||||
```
|
```
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue