From a4b2bfd667c72faf08d25206f9b2ab6944ff5894 Mon Sep 17 00:00:00 2001 From: Dmitry Voronin Date: Thu, 24 Oct 2024 12:15:47 +0300 Subject: [PATCH] Dns: Refresh from 1h to 24h. --- container/Dns.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/container/Dns.nix b/container/Dns.nix index 04ac3ff..49829d5 100644 --- a/container/Dns.nix +++ b/container/Dns.nix @@ -42,7 +42,7 @@ in services.blocky = { enable = true; - # SRC: https://0xerr0r.github.io/blocky/main/configuration/ + # REF: https://0xerr0r.github.io/blocky/main/configuration/ settings = { bootstrapDns = "tcp+udp:1.1.1.1"; connectIPVersion = "v4"; @@ -62,7 +62,7 @@ in blockTTL = "1m"; blockType = "zeroIP"; loading = { - refreshPeriod = "1h"; + refreshPeriod = "24h"; strategy = "blocking"; downloads = { timeout = "5m";