Загрузить файлы в «provisioning»

This commit is contained in:
2026-04-04 16:29:49 +03:00
parent 88ebf65997
commit 5036b9d541
5 changed files with 188 additions and 0 deletions

View File

@@ -0,0 +1,20 @@
$TTL 3600
$ORIGIN dns.lab.
@ IN SOA ns01.dns.lab. root.dns.lab. (
2711201407 ; serial
3600 ; refresh (1 hour)
600 ; retry (10 minutes)
86400 ; expire (1 day)
600 ; minimum (10 minutes)
)
IN NS ns01.dns.lab.
IN NS ns02.dns.lab.
; DNS Servers
ns01 IN A 192.168.50.10
ns02 IN A 192.168.50.11
;web1 & web2
web1 IN A 192.168.50.15
web2 IN A 192.168.50.20