Compare commits

...

2 Commits

Author SHA1 Message Date
Sandro - edba3df5c1
mail: disable ipv6 2024-04-25 20:42:31 +02:00
Sandro - 0d12506c9c
knot: disable correct ipv4 2024-04-25 20:42:25 +02:00
2 changed files with 4 additions and 2 deletions

View File

@ -95,11 +95,11 @@
address = [ "217.115.12.65" "2a00:1328:e101:b01::1" ];
} {
id = "ns1.supersandro.de";
# IPv4 doesn't work because of nat
address = [ /*"188.34.196.104"*/ "2a01:4f8:1c1c:1d38::1" ];
} {
id = "dns.serv.zentralwerk.org";
# IPv4 doesn't work because of nat
address = [ /*"172.20.73.2"*/ "2a00:8180:2c00:282:2::2" ];
address = [ "172.20.73.2" "2a00:8180:2c00:282:2::2" ];
}
];

View File

@ -83,6 +83,8 @@
vmailUserName = "vmail";
};
networking.enableIPv6 = false; # mail is stuck in the 80s
services = {
backup = {
enable = true;