Dns: Disable ipv6 for downloads.

This commit is contained in:
Dmitry Voronin 2024-10-21 20:42:38 +03:00
parent ac79eafd54
commit 55c715317d

View file

@ -45,6 +45,7 @@ in
# SRC: https://0xerr0r.github.io/blocky/main/configuration/ # SRC: 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";
upstreams.groups = { upstreams.groups = {
default = [ "https://dns.quad9.net/dns-query" ]; default = [ "https://dns.quad9.net/dns-query" ];
}; };