Dns: Disable ipv6 for downloads.
This commit is contained in:
parent
ac79eafd54
commit
832319969a
|
@ -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" ];
|
||||||
};
|
};
|
||||||
|
|
Loading…
Reference in a new issue