BIND 10 #649: b10-auth listen on :: and 0.0.0.0 by default

BIND 10 Development do-not-reply at isc.org
Tue Mar 8 16:50:40 UTC 2011


#649: b10-auth listen on :: and 0.0.0.0 by default
-------------------------------------+-------------------------------------
                 Reporter:  jreed    |                Owner:
                     Type:  defect   |               Status:  new
                 Priority:  major    |            Milestone:  A-Team-Task-
                Component:           |  Backlog
  b10-auth                           |           Resolution:
                 Keywords:           |            Sensitive:  0
Estimated Number of Hours:  0.0      |  Add Hours to Ticket:  0
                Billable?:  1        |          Total Hours:  0
                Internal?:  0        |
-------------------------------------+-------------------------------------

Comment (by jreed):

 Fix is easy:

 {{{

 diff --git a/src/bin/auth/auth.spec.pre.in b/src/bin/auth/auth.spec.pre.in
 index 9731ba3..d88ffb5 100644
 --- a/src/bin/auth/auth.spec.pre.in
 +++ b/src/bin/auth/auth.spec.pre.in
 @@ -63,11 +63,11 @@
          "item_optional": false,
          "item_default": [
            {
 -            "address": "::1",
 +            "address": "::",
              "port": 53
            },
            {
 -            "address": "127.0.0.1",
 +            "address": "0.0.0.0",
              "port": 53
            }
          ],

 }}}

 (Plus some documentation.)

-- 
Ticket URL: <https://bind10.isc.org/ticket/649#comment:2>
BIND 10 Development <http://bind10.isc.org>
BIND 10 Development


More information about the bind10-tickets mailing list