Move to new house
This commit is contained in:
parent
2371c6f03f
commit
241847c7c7
4 changed files with 13 additions and 9 deletions
|
@ -5,7 +5,7 @@ with dns.lib.combinators; {
|
|||
SOA = {
|
||||
nameServer = "ns1";
|
||||
adminEmail = "webmaster.kun.is";
|
||||
serial = 2024041301;
|
||||
serial = 2024041302;
|
||||
};
|
||||
|
||||
NS = [
|
||||
|
@ -24,13 +24,15 @@ with dns.lib.combinators; {
|
|||
subdomains = rec {
|
||||
"*".A = [globals.routerPublicIPv4];
|
||||
|
||||
ns = {
|
||||
ns1 = {
|
||||
A = [globals.routerPublicIPv4];
|
||||
AAAA = [];
|
||||
};
|
||||
|
||||
ns1 = ns;
|
||||
ns2 = ns;
|
||||
ns2 = {
|
||||
A = ["192.145.57.90"];
|
||||
AAAA = [];
|
||||
};
|
||||
|
||||
wg = {
|
||||
A = [globals.routerPublicIPv4];
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue