[bind10-dev] [PATCH] Add IPv4 addresses of the root servers into default configuration

Adam Tkac atkac at redhat.com
Tue Jan 8 15:24:30 UTC 2013


Resolver without default root_addresses setting is useless and returns only
SERVFAILs.

Signed-off-by: Adam Tkac <atkac at redhat.com>
---

Hello all,

since I haven't found any docs how to submit patches, I'm sending my first patch
"standard" way. If I should send patches different way, please tell me how to do
it.

Regards, Adam

 src/bin/resolver/resolver.spec.pre.in | 54 +++++++++++++++++++++++++++++++++++
 1 file changed, 54 insertions(+)

diff --git a/src/bin/resolver/resolver.spec.pre.in b/src/bin/resolver/resolver.spec.pre.in
index 138f4e3..ab454e2 100644
--- a/src/bin/resolver/resolver.spec.pre.in
+++ b/src/bin/resolver/resolver.spec.pre.in
@@ -57,6 +57,60 @@
         "item_name": "root_addresses",
         "item_type": "list",
         "item_optional": true,
+        "item_default": [
+          {
+            "address": "198.41.0.4",
+            "port": 53
+          },
+          {
+            "address": "192.228.79.201",
+            "port": 53
+          },
+          {
+            "address": "192.33.4.12",
+            "port": 53
+          },
+          {
+            "address": "199.7.91.13",
+            "port": 53
+          },
+          {
+            "address": "192.203.230.10",
+            "port": 53
+          },
+          {
+            "address": "192.5.5.241",
+            "port": 53
+          },
+          {
+            "address": "192.112.36.4",
+            "port": 53
+          },
+          {
+            "address": "128.63.2.53",
+            "port": 53
+          },
+          {
+            "address": "192.36.148.17",
+            "port": 53
+          },
+          {
+            "address": "192.58.128.30",
+            "port": 53
+          },
+          {
+            "address": "193.0.14.129",
+            "port": 53
+          },
+          {
+            "address": "199.7.83.42",
+            "port": 53
+          },
+          {
+            "address": "202.12.27.33",
+            "port": 53
+          }
+        ],
         "item_default": [],
         "list_item_spec" : {
           "item_name": "address",
-- 
1.8.1


-- 
Adam Tkac, Red Hat, Inc.


More information about the bind10-dev mailing list