fix: gonna use this as an example file
This commit is contained in:
parent
4177b63c4f
commit
696e8a404f
2 changed files with 18 additions and 16 deletions
|
@ -46,9 +46,9 @@ in {
|
||||||
/*
|
/*
|
||||||
put any other zones above skynet and link to their files like so:
|
put any other zones above skynet and link to their files like so:
|
||||||
|
|
||||||
skynet.ie = {
|
example.ie = {
|
||||||
extraConfig = "";
|
extraConfig = "";
|
||||||
file = ./dns/skynet;
|
file = ./dns/example;
|
||||||
master = true;
|
master = true;
|
||||||
masters = [];
|
masters = [];
|
||||||
slaves = [ ];
|
slaves = [ ];
|
||||||
|
|
|
@ -1,5 +1,7 @@
|
||||||
|
; use this file as an example of how to config zone files
|
||||||
|
|
||||||
$TTL 60 ; 1 minute
|
$TTL 60 ; 1 minute
|
||||||
@ IN SOA ns1.skynet.ie. dnsadm.skynet.ie. (
|
@ IN SOA ns1.skynet.ie. hostmaster.skynet.ie. (
|
||||||
2023011701 ; Serial (YYYYMMDDCC)
|
2023011701 ; Serial (YYYYMMDDCC)
|
||||||
600 ; Refresh (10 minutes)
|
600 ; Refresh (10 minutes)
|
||||||
300 ; Retry (5 minutes)
|
300 ; Retry (5 minutes)
|
Loading…
Reference in a new issue