From df14d9f87b51e83a5d1f6a3d5dd2ddbe202c82ed Mon Sep 17 00:00:00 2001 From: Peter van Dijk Date: Fri, 15 Mar 2013 12:44:16 +0000 Subject: [PATCH] add rfc3927 and rfc6598 addresses to recursor local nets definition, thanks Maik git-svn-id: svn://svn.powerdns.com/pdns/trunk/pdns@3122 d19b8d6e-7fed-0310-83ef-9ca221ded41b --- pdns/pdns_recursor.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pdns/pdns_recursor.cc b/pdns/pdns_recursor.cc index 6a3d28f578..806f6cb8f6 100644 --- a/pdns/pdns_recursor.cc +++ b/pdns/pdns_recursor.cc @@ -121,7 +121,7 @@ __thread MT_t* MT; // the big MTasker unsigned int g_numThreads; -#define LOCAL_NETS "127.0.0.0/8, 10.0.0.0/8, 192.168.0.0/16, 172.16.0.0/12, ::1/128, fe80::/10" +#define LOCAL_NETS "127.0.0.0/8, 10.0.0.0/8, 100.64.0.0/10, 169.254.0.0/16, 192.168.0.0/16, 172.16.0.0/12, ::1/128, fe80::/10" //! used to send information to a newborn mthread struct DNSComboWriter { -- 2.47.3