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
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
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
3 matches
Mail list logo