dns1 fini

This commit is contained in:
2025-02-03 10:58:08 +01:00
parent 802428a5f9
commit 116065a9bd
3 changed files with 44 additions and 0 deletions

View File

@@ -0,0 +1,20 @@
;
; BIND data file for local loopback interface
;
$TTL 604800
@ IN SOA dns1-ab.sio-ab.lan. root.dns1-ab.sio-ab.lan. (
2 ; Serial
604800 ; Refresh
86400 ; Retry
2419200 ; Expire
604800 ) ; Negative Cache TTL
NS dns1-ab.sio-ab.lan.
NS dns2-ab.sio-ab.lan.
A 192.168.0.162
dns1-ab.sio-ab.lan. A 192.168.0.161
;
@ IN NS localhost.
@ IN A 127.0.0.1
@ IN A 192.168.0.160
@ IN AAAA ::1
;