|
|
Re: A couple questionsFrom: Len Conrad Date: Thursday, September 18, 2003
Time: 9:34:46 pm
>For the delegation-only zones, you'll add an entry like such:
hmm, I know QDNS uses includes, afaik, so maybe this approach won't work,
but it's what I do on non-QDNS machines:
in named.conf:
include "/path/to/deleg-only.conf;"
then, in deleg-only.conf
zone "ac" { type delegation-only; };
zone "cc" { type delegation-only; };
zone "com" { type delegation-only; };
zone "cx" { type delegation-only; };
zone "mp" { type delegation-only; };
zone "museum" { type delegation-only; };
zone "net" { type delegation-only; };
zone "nu" { type delegation-only; };
zone "ph" { type delegation-only; };
zone "pw" { type delegation-only; };
zone "sh" { type delegation-only; };
zone "td" { type delegation-only; };
zone "tk " { type delegation-only; };
zone "tm" { type delegation-only; };
zone "ws" { type delegation-only; };
zone "ws" { type delegation-only; };
Len
|

Return to Digital Point Solutions' Home Page |