athena7.eu: add internal zone
This commit is contained in:
parent
32ea6d1454
commit
67eaf0618f
20
forward/internal/db.local.athena7.eu
Normal file
20
forward/internal/db.local.athena7.eu
Normal file
@ -0,0 +1,20 @@
|
|||||||
|
$TTL 604800
|
||||||
|
@ IN SOA ns.local.athena7.eu. admin.athena7.eu. (
|
||||||
|
2019042901 ; Serial number as YYYYmmdd## convention
|
||||||
|
43200 ; Refresh interval
|
||||||
|
7200 ; Retry interval
|
||||||
|
2419200 ; Expire Interval
|
||||||
|
86400 ; Negative Cache TTL
|
||||||
|
)
|
||||||
|
|
||||||
|
; Name servers
|
||||||
|
|
||||||
|
IN NS ns.local.athena7.eu.
|
||||||
|
|
||||||
|
; Hosts
|
||||||
|
|
||||||
|
local.athena7.eu. IN A 10.167.42.1
|
||||||
|
ns.local.athena7.eu. IN A 10.167.42.1
|
||||||
|
|
||||||
|
; Services
|
||||||
|
|
Loading…
Reference in New Issue
Block a user