Browse Source

Added example dig request for a reverse lookup

Florent AIDE 9 years ago
parent
commit
014d2a7b6f
1 changed files with 4 additions and 0 deletions
  1. 4 0
      README.md

+ 4 - 0
README.md

@@ -49,6 +49,10 @@ To test the responses run
 
 
 `dig -t a test.example.com @127.1 -p 5053`
 `dig -t a test.example.com @127.1 -p 5053`
 
 
+or
+
+`dig -t ptr 2.1.168.192.IN-ADDR.ARPA. @127.1 -p 5053`
+
 The binary can be moved to /usr/local/bin, /opt/geodns/ or wherever you find appropriate.
 The binary can be moved to /usr/local/bin, /opt/geodns/ or wherever you find appropriate.
 
 
 ### Command options
 ### Command options