 David Lee
| http://www.treewalkdns.com/
Treewalk DNS is a customized version of ISC BIND for Windows machines. It configures a caching DNS server. The server is by default available only to queries originating at the user's PC.
Examples:
C:\work>tasklist | grep -i "named"
named.exe 1816 Console 0 2,956 K
C:\work>dig @127.0.0.1 A www.glary.com
; <<>> DiG 9.4.0-(Hawk)-8.10 <<>> @127.0.0.1 A www.glary.com
; (1 server found)
;; global options: printcmd
;; Got answer:
;; ->>HEADER<<- opcode: QUERY, status: NOERROR, id: 420
;; flags: qr rd ra; QUERY: 1, ANSWER: 2, AUTHORITY: 0, ADDITIONAL: 0
;; QUESTION SECTION:
;www.glary.com. IN A
;; ANSWER SECTION:
www.glary.com. 14400 IN CNAME glary.com.
glary.com. 14400 IN A 74.53.248.194
;; Query time: 156 msec
;; SERVER: 127.0.0.1#53(127.0.0.1)
;; WHEN: Sun Mar 09 21:38:57 2008
;; MSG SIZE rcvd: 61
More information
|