In message <[email protected]>, Evan Hunt writes: > On Wed, Sep 30, 2015 at 01:41:19PM -0400, Robert Edmonds wrote: > > but AFAIK the example BIND configuration > > only supports querying the "static-stub" servers on the well-known port. > > This is true. It's implemented as a virtual delegation, and works the same > as a regular delegation. NS and glue records don't have a place to put a > port number, so static-stub zones don't allow you to configure one. > > It should be easy enough to create a local alias address for the purpose > though. "ifconfig lo inet6 add ::2 alias", salt to taste.
::2 is a bad idea. Picking a ULA prefix and using it works. Named does that when it is running its system tests. fd92:7065:b8e:ffff::1 through fd92:7065:b8e:ffff::8 to be exact. Mind you ::1 is all that is needed for this anyway and named has views and can select which view based on things other than port and/or address. > -- > Evan Hunt -- [email protected] > Internet Systems Consortium, Inc. > > _______________________________________________ > DNSOP mailing list > [email protected] > https://www.ietf.org/mailman/listinfo/dnsop -- Mark Andrews, ISC 1 Seymour St., Dundas Valley, NSW 2117, Australia PHONE: +61 2 9871 4742 INTERNET: [email protected] _______________________________________________ DNSOP mailing list [email protected] https://www.ietf.org/mailman/listinfo/dnsop
