Dns: Refresh from 1h to 24h.
This commit is contained in:
parent
342ec6bbee
commit
a4b2bfd667
|
@ -42,7 +42,7 @@ in
|
||||||
|
|
||||||
services.blocky = {
|
services.blocky = {
|
||||||
enable = true;
|
enable = true;
|
||||||
# SRC: https://0xerr0r.github.io/blocky/main/configuration/
|
# REF: https://0xerr0r.github.io/blocky/main/configuration/
|
||||||
settings = {
|
settings = {
|
||||||
bootstrapDns = "tcp+udp:1.1.1.1";
|
bootstrapDns = "tcp+udp:1.1.1.1";
|
||||||
connectIPVersion = "v4";
|
connectIPVersion = "v4";
|
||||||
|
@ -62,7 +62,7 @@ in
|
||||||
blockTTL = "1m";
|
blockTTL = "1m";
|
||||||
blockType = "zeroIP";
|
blockType = "zeroIP";
|
||||||
loading = {
|
loading = {
|
||||||
refreshPeriod = "1h";
|
refreshPeriod = "24h";
|
||||||
strategy = "blocking";
|
strategy = "blocking";
|
||||||
downloads = {
|
downloads = {
|
||||||
timeout = "5m";
|
timeout = "5m";
|
||||||
|
|
Loading…
Reference in a new issue