This commit is contained in:
2025-05-27 16:35:38 +02:00
parent 28a3871cdf
commit 00268af4fb
20 changed files with 1105 additions and 0 deletions

View File

@@ -0,0 +1,18 @@
$TTL 3600
@ IN SOA sethi.mos. root.mos. (
2007010401 ; Serial
3600 ; Refresh [1h]
600 ; Retry [10m]
86400 ; Expire [1d]
600 ) ; Negative Cache TTL [1h]
;
@ IN NS sethi.mos.
sethi IN A 80.80.0.20
kheops IN A 80.80.0.10
host1 IN A 80.80.0.1
host2 IN A 80.80.0.2
host3 IN A 80.80.0.3
host4 IN A 80.80.0.4
host5 IN A 80.80.0.5

View File

@@ -0,0 +1,17 @@
$TTL 3600
@ IN SOA sethi.mos. root.mos. (
2007010401 ; Serial
3600 ; Refresh [1h]
600 ; Retry [10m]
86400 ; Expire [1d]
600 ) ; Negative Cache TTL [1h]
;
@ IN NS sethi.mos.
10.0.80.80.in-addr.arpa IN PTR kheops.mos.
20.0.80.80.in-addr.arpa IN PTR sethi.mos.
1.0.80.80.in-addr.arpa IN PTR host1.mos.
2.0.80.80.in-addr.arpa IN PTR host2.mos.
3.0.80.80.in-addr.arpa IN PTR host3.mos.
4.0.80.80.in-addr.arpa IN PTR host4.mos.
5.0.80.80.in-addr.arpa IN PTR host5.mos.

View File

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