projects
/
pdns
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c884edb
)
add rfc3927 and rfc6598 addresses to recursor local nets definition, thanks Maik
author
Peter van Dijk
<peter.van.dijk@netherlabs.nl>
Fri, 15 Mar 2013 12:44:16 +0000
(12:44 +0000)
committer
Peter van Dijk
<peter.van.dijk@netherlabs.nl>
Fri, 15 Mar 2013 12:44:16 +0000
(12:44 +0000)
git-svn-id: svn://svn.powerdns.com/pdns/trunk/pdns@3122
d19b8d6e
-7fed-0310-83ef-
9ca221ded41b
pdns/pdns_recursor.cc
patch
|
blob
|
history
diff --git
a/pdns/pdns_recursor.cc
b/pdns/pdns_recursor.cc
index 6a3d28f5784500f69347c2f8c9359d63cb3fa26a..806f6cb8f688b60f53232f2ca37a7aee4dde90b5 100644
(file)
--- 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, 1
00.64.0.0/10, 169.254.0.0/16, 1
92.168.0.0/16, 172.16.0.0/12, ::1/128, fe80::/10"
//! used to send information to a newborn mthread
struct DNSComboWriter {