This commit is contained in:
2025-02-06 14:08:48 +01:00
parent 757151f41a
commit 122d238f62
5 changed files with 66 additions and 0 deletions

View File

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