79 lines
1.8 KiB
Plaintext
79 lines
1.8 KiB
Plaintext
//
|
|
// Do any local configuration here
|
|
//
|
|
|
|
// Consider adding the 1918 zones here, if they are not used in your
|
|
// organization
|
|
//include "/etc/bind/zones.rfc1918";
|
|
|
|
|
|
|
|
zone "oma-radio.fr"{
|
|
allow-update { none; }; # We are primary DNS
|
|
type master;
|
|
file "/etc/bind/db.oma-radio.fr";
|
|
};
|
|
zone "jean-cloud.net"{
|
|
allow-update { none; }; # We are primary DNS
|
|
type master;
|
|
file "/etc/bind/db.jean-cloud.net";
|
|
};
|
|
zone "jean-cloud.org"{
|
|
allow-update { none; }; # We are primary DNS
|
|
type master;
|
|
file "/etc/bind/db.jean-cloud.org";
|
|
};
|
|
zone "karnaval.fr"{
|
|
allow-update { none; }; # We are primary DNS
|
|
type master;
|
|
file "/etc/bind/db.karnaval.fr";
|
|
};
|
|
zone "amaglio.fr"{
|
|
allow-update { none; }; # We are primary DNS
|
|
type master;
|
|
file "/etc/bind/db.amaglio.fr";
|
|
};
|
|
zone "collectif-arthadie.fr"{
|
|
allow-update { none; }; # We are primary DNS
|
|
type master;
|
|
file "/etc/bind/db.collectif-arthadie.fr";
|
|
};
|
|
zone "gypsylyonfestival.com"{
|
|
allow-update { none; }; # We are primary DNS
|
|
type master;
|
|
file "/etc/bind/db.gypsylyonfestival.com";
|
|
};
|
|
zone "hid"{
|
|
allow-update { none; }; # We are primary DNS
|
|
type master;
|
|
file "/etc/bind/db.hid";
|
|
};
|
|
zone "compagnienouvelle.fr"{
|
|
allow-update { none; }; # We are primary DNS
|
|
type master;
|
|
file "/etc/bind/db.compagnienouvelle.fr";
|
|
};
|
|
zone "inurbe.fr"{
|
|
allow-update { none; }; # We are primary DNS
|
|
type master;
|
|
file "/etc/bind/db.inurbe.fr";
|
|
};
|
|
zone "lalis.fr"{
|
|
allow-update { none; }; # We are primary DNS
|
|
type master;
|
|
file "/etc/bind/db.lalis.fr";
|
|
};
|
|
zone "leida.fr"{
|
|
allow-update { none; }; # We are primary DNS
|
|
type master;
|
|
file "/etc/bind/db.leida.fr";
|
|
};
|
|
zone "metamorphosemagazine.fr"{
|
|
allow-update { none; }; # We are primary DNS
|
|
type master;
|
|
file "/etc/bind/db.metamorphosemagazine.fr";
|
|
};
|
|
|
|
|
|
|