Allow zone transfers
This commit is contained in:
parent
ded49ebc4e
commit
b4c5177f6c
3 changed files with 15 additions and 11 deletions
|
@ -1,11 +1,13 @@
|
|||
globals: dns:
|
||||
with dns.lib.combinators; {
|
||||
TTL = 300;
|
||||
|
||||
CAA = letsEncrypt "caa@kun.is";
|
||||
|
||||
SOA = {
|
||||
nameServer = "ns1";
|
||||
adminEmail = "webmaster.kun.is";
|
||||
serial = 2024041302;
|
||||
serial = 2025070600;
|
||||
};
|
||||
|
||||
NS = [
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue