feat(browsers): disable Firefox SOCKS5 proxy
SOCKS5 proxy causes slower connection speeds.
This commit is contained in:
parent
45c50e2ded
commit
8e86432411
2 changed files with 9 additions and 16 deletions
home/browsers
|
@ -92,13 +92,6 @@ let
|
|||
"extensions.update.enabled" = false;
|
||||
"extensions.update.autoUpdateDefault" = false;
|
||||
"extensions.pocket.enabled" = false;
|
||||
"general.autoScroll" = true;
|
||||
} // optionalAttrs nixosConfig.services.mullvad-vpn.enable {
|
||||
# Mullvad SOCKS proxy
|
||||
"network.proxy.type" = 1;
|
||||
"network.proxy.socks" = "10.64.0.1";
|
||||
"network.proxy.socks_port" = 1080;
|
||||
"network.proxy.no_proxies_on" = "192.168.1.1/24";
|
||||
};
|
||||
in {
|
||||
programs.firefox = {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue