This commit is contained in:
sio
2025-02-03 11:12:16 +01:00
parent dbbd8f7322
commit a70045ead7
5 changed files with 86 additions and 0 deletions

View File

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