This commit is contained in:
2025-09-04 11:23:03 +02:00
parent 00268af4fb
commit d57594fc06
24 changed files with 1045 additions and 0 deletions

View File

@@ -0,0 +1,12 @@
zone "mos" {
type slave;
file "/etc/bind/db.mos";
master{80.80.80.20};
};
zone "80.80.in-addr.arpa" {
type slave;
file "/etc/bind/db.mos.inv";
master{80.80.80.20};
};