fix(browsers): disable Firefox SOCKS remote DNS
This commit is contained in:
parent
be9ca90973
commit
370a1b1b32
|
@ -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 {
|
||||||
|
|
Loading…
Reference in a new issue