This commit is contained in:
sio
2025-02-03 10:52:06 +01:00
parent 4461a69f61
commit 95882cf1b9
5 changed files with 76 additions and 0 deletions

View File

@@ -0,0 +1,12 @@
// zone directe
zone "sio-ca.lan" {
type master;
file "/etc/bind/db.sio-ca.lan";
};
// zone inverse
zone "0.168.192.in-addr.arpa" {
type master;
notify no;
file "/etc/bind/db.sio-ca.lan.rev";
};