// named.conf
include "/etc/bind/rndc.key";
controls {
inet 127.0.0.1 port 953 allow { 127.0.0.1; } keys { "rndc-key"; };
};
options {
include "/etc/bind/named.conf.options";
};
include "/etc/bind/zones.rfc1918";
// Public view read by Server Admin
include "/etc/bind/zones.conf";
~
>From named.conf.options:
directory "/var/cache/bind";
forwarders { 10.X.X.66; 10.X.X.40; };
recursion yes;
allow-query { any; };
dnssec-enable yes;
dnssec-validation yes;
empty-zones-enable yes;
listen-on-v6 { any; };
allow-recursion { localnets; localhost; };
>From zones.conf:
zone "0.X.X.10.in-addr.arpa" {
type master;
file "/var/cache/bind/zones/db.0.X.X.10.in-addr.arpa";
update-policy {
grant rndc-key zonesub ANY;
};
};
zone "hq.s <http://hq.corp.viasat.com/>ome.domain.com" {
type master;
file "/var/cache/bind/zones/db.some.domain.com";
update-policy {
grant rndc-key zonesub ANY;
};
};
--
You received this message because you are subscribed to the Google Groups
"Foreman users" group.
To unsubscribe from this group and stop receiving emails from it, send an email
to [email protected].
To post to this group, send email to [email protected].
Visit this group at https://groups.google.com/group/foreman-users.
For more options, visit https://groups.google.com/d/optout.