Re: bind caching data from additional section in responses

2016-10-08 Thread ben thielsen via bind-users
On Oct 07, 2016, at 05.44, Tony Finch wrote: > > ben thielsen via bind-users wrote: >> >> zone "example.com" { >> type stub; >> masters { >> "example.com" ; >> }; >> }; >> >> masters "example.com" { >> 192.168.81.50 ; >> }; > > If you want a fixed set of maste

Re: bind caching data from additional section in responses

2016-10-07 Thread Tony Finch
ben thielsen via bind-users wrote: > > zone "example.com" { > type stub; > masters { > "example.com" ; > }; > }; > > masters "example.com" { > 192.168.81.50 ; > }; If you want a fixed set of master servers for a zone, use static-stub. A stub zone works a bit

bind caching data from additional section in responses

2016-10-06 Thread ben thielsen via bind-users
i have a scenario in which bind appears to be caching data that i wouldn't have expected it to, which is breaking resolution after it occurs. i have a stub zone configured on server foo: zone "example.com" { type stub; masters { "example.com" ; }; }; mas