From: Peter van Dijk Date: Fri, 15 Mar 2013 12:44:16 +0000 (+0000) Subject: add rfc3927 and rfc6598 addresses to recursor local nets definition, thanks Maik X-Git-Tag: rec-3.5-rc3~13 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=df14d9f87b51e83a5d1f6a3d5dd2ddbe202c82ed;p=thirdparty%2Fpdns.git 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 --- 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 {