fix(browsers): disable Firefox SOCKS remote DNS

This commit is contained in:
Felix Schröter 2022-09-14 18:11:17 +02:00
parent be9ca90973
commit 370a1b1b32
Signed by: felschr
GPG key ID: 671E39E6744C807D

View file

@ -60,7 +60,6 @@ let
"network.proxy.type" = 1; "network.proxy.type" = 1;
"network.proxy.socks" = "10.64.0.1"; "network.proxy.socks" = "10.64.0.1";
"network.proxy.socks_port" = 1080; "network.proxy.socks_port" = 1080;
"network.proxy.socks_remote_dns" = true;
"network.proxy.no_proxies_on" = "192.168.1.1/24"; "network.proxy.no_proxies_on" = "192.168.1.1/24";
}; };
in { in {