add dns testing records

add "a.fudo.ca", and "b" and "c".  for testing DNSSEC, etc.
This commit is contained in:
reaper 2024-01-30 23:29:50 -06:00
parent 0a6088642f
commit eaf46c2bff
1 changed files with 6 additions and 1 deletions

View File

@ -5,7 +5,12 @@
www = "germany.fudo.org."; www = "germany.fudo.org.";
}; };
hosts = { snark.ipv4-address = "208.81.1.141"; }; hosts = {
a.ipv4-address = "208.0.113.0"
b.ipv4-address = "203.0.113.1"
c.ipv4-address = "203.0.113.2"
snark.ipv4-address = "208.81.1.141";
};
verbatim-dns-records = [ ''_authorized_key IN TXT "30190"'' ]; verbatim-dns-records = [ ''_authorized_key IN TXT "30190"'' ];
} }