mirror of
https://gitlab.com/upRootNutrition/dotfiles.git
synced 2025-06-16 18:15:13 -05:00
6 lines
162 B
Nix
6 lines
162 B
Nix
{
|
|
# DNS / DoH / PROXY / SOCKS
|
|
"network.proxy.socks_remote_dns" = true;
|
|
"network.file.disable_unc_paths" = true;
|
|
"network.gio.supported-protocols" = "";
|
|
}
|