add multizone
This commit is contained in:
14
bind9/multi_zones/zones/k8s.lan.zone
Normal file
14
bind9/multi_zones/zones/k8s.lan.zone
Normal file
@@ -0,0 +1,14 @@
|
||||
$TTL 604800
|
||||
@ IN SOA k8s.lan. root.k8s.lan. (
|
||||
2022070101 ; Serial
|
||||
604800 ; Refresh
|
||||
86400 ; Retry
|
||||
2419200 ; Expire
|
||||
604800 ) ; Negative Cache TTL
|
||||
|
||||
@ IN NS ns
|
||||
@ IN AAAA ::1
|
||||
ns IN A 192.168.13.2
|
||||
|
||||
test1 IN A 10.1.2.5
|
||||
test2 IN A 10.1.2.10
|
||||
Reference in New Issue
Block a user