Commit c3edf383 authored by Simon Kelley's avatar Simon Kelley

Correct client subnet EDNS0 option number.

parent ed4c0767
...@@ -57,7 +57,7 @@ ...@@ -57,7 +57,7 @@
#define T_ANY 255 #define T_ANY 255
#define EDNS0_OPTION_MAC 65001 /* dyndns.org temporary assignment */ #define EDNS0_OPTION_MAC 65001 /* dyndns.org temporary assignment */
#define EDNS0_OPTION_CLIENT_SUBNET 5 /* IANA */ #define EDNS0_OPTION_CLIENT_SUBNET 8 /* IANA */
struct dns_header { struct dns_header {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment