Files
bind9/rootfs/template/db.192.168.0.zone
Gian Luca Vagnuzzi a422ca950e
Some checks failed
Update Docker Hub Description / dockerHubDescription (push) Failing after 33s
Docker Image CI / Build Docker Image To Dockerhub (push) Failing after 24s
Initial commit
2025-11-10 21:49:34 +01:00

15 lines
466 B
Dns

$TTL 24h
@ IN SOA mydomain.lan. root.mydomain.lan. (
2013011300 ; serial number
3h ; refresh time
30m ; retry time
7d ; expire time
3h ; negative caching ttl
)
IN NS ns1.mydomain.lan.
IN NS ns2.mydomain.lan.
4 IN PTR host1.mydomain.lan.