Add NS entry
This commit is contained in:
parent
aff62d2a50
commit
054ae94a3f
@ -1,12 +1,15 @@
|
|||||||
$TTL 86400
|
$TTL 86400
|
||||||
$ORIGIN int.labolyon.fr.
|
$ORIGIN int.labolyon.fr.
|
||||||
@ 14400 IN SOA dns.int.labolyon.fr contact.labolyon.fr. (
|
@ 14400 IN SOA dns.int.labolyon.fr contact.labolyon.fr. (
|
||||||
2024051226 ; Serial
|
2024051227 ; Serial
|
||||||
4H ; refresh after 4 hour
|
4H ; refresh after 4 hour
|
||||||
1H ; retry after 1 hour
|
1H ; retry after 1 hour
|
||||||
3W ; expire after 3 weeks
|
3W ; expire after 3 weeks
|
||||||
1H) ; minimun TTL of 1 hour
|
1H) ; minimun TTL of 1 hour
|
||||||
|
|
||||||
|
;; NS
|
||||||
|
@ IN NS dns.labolyon.fr.
|
||||||
|
|
||||||
;; IPv4
|
;; IPv4
|
||||||
; Network
|
; Network
|
||||||
routeur IN A 10.0.0.2
|
routeur IN A 10.0.0.2
|
||||||
|
Loading…
Reference in New Issue
Block a user