Updating README

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

View file

@ -30,7 +30,7 @@ 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"
```