add dns testing records
add "a.fudo.ca", and "b" and "c". for testing DNSSEC, etc.
This commit is contained in:
parent
0a6088642f
commit
eaf46c2bff
|
@ -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"'' ];
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue