Move to new house

This commit is contained in:
Pim Kunis 2025-04-30 22:29:13 +02:00
parent 2371c6f03f
commit 241847c7c7
4 changed files with 13 additions and 9 deletions

View file

@ -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];