Dns: Refresh from 1h to 24h.

This commit is contained in:
Dmitry Voronin 2024-10-24 12:15:47 +03:00
parent 342ec6bbee
commit a4b2bfd667
Signed by: voronind
SSH key fingerprint: SHA256:3kBb4iV2ahufEBNq+vFbUe4QYfHt98DHQjN7QaptY9k

View file

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