From ee4a2cc4b79763b4314772fbd20cceb01a1dcd27 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Motiejus=20Jak=C5=A1tys?= Date: Fri, 25 Aug 2023 16:34:39 +0300 Subject: [PATCH] dns: change @ and www to 60sec --- data.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/data.nix b/data.nix index cd58907..6e4d967 100644 --- a/data.nix +++ b/data.nix @@ -80,8 +80,8 @@ rec { @ SOA ns1.jakstys.lt. motiejus.jakstys.lt. (2023032100 86400 86400 86400 86400) @ NS ns1.jakstys.lt. @ NS ns2.jakstys.lt. - @ 600 A ${hel1a} - www 600 A ${hel1a} + @ 60 A ${hel1a} + www 60 A ${hel1a} ns1 A ${vno1} ns2 A ${hel1a} vpn 600 A ${hel1a}