Index of /edns-client-subnet

[ICO]NameLast modifiedSizeDescription

[DIR]Parent Directory  -  
[TXT]README.html17-Feb-2011 20:21 950  
[TXT]bind-9.7.1-dig-edns-client-subnet.diff17-Feb-2011 20:20 9.3K 
[TXT]bind-9.7.3-dig-edns-client-subnet.diff17-Feb-2011 20:20 9.7K 

These patches add the ability to send and receive DNS messages with edns-client-subnet options to BIND's dig utility.

For BIND 9.7.1, use the 9.7.1 patch. It may or may not work with older versions. For BIND 9.7.2 and higher, use the 9.7.3 patch. It should also work well against BIND 9.8.0.

Example:

wilmer@fiona:~/src/bind-ecs$ bin/dig/dig @ns1.google.com www.google.com +client=130.89.89.130

; <<>> DiG 9.7.1-P2 <<>> @ns1.google.com www.google.com +client=130.89.89.130
;; OPT PSEUDOSECTION:
; EDNS: version: 0, flags:; udp: 512
; CLIENT-SUBNET: 130.89.89.130/32/21
;; QUESTION SECTION:
;www.google.com.                        IN      A

;; ANSWER SECTION:
www.google.com.         604800  IN      CNAME   www.l.google.com.
www.l.google.com.       300     IN      A       74.125.79.104
www.l.google.com.       300     IN      A       74.125.79.99
www.l.google.com.       300     IN      A       74.125.79.147