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

This commit is contained in:
2026-04-04 16:30:35 +03:00
parent 5036b9d541
commit f85a150e25
5 changed files with 137 additions and 0 deletions

View File

@@ -0,0 +1,19 @@
$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
web1 IN A 192.168.50.15