spec(focus): update proxy address

This commit is contained in:
514fpv 2024-03-29 21:47:16 +08:00
parent 108722be66
commit 58e1ba0a41
Signed by: koishi
SSH key fingerprint: SHA256:teGH/whc7knUnrVql01pPBpPm+hBiTAJaR57j2Jg0gs

View file

@ -29,7 +29,7 @@
''; '';
networking.proxy = { networking.proxy = {
allProxy = "socks5://192.168.1.1:1080"; allProxy = "http://10.0.0.2:3128";
noProxy = "10.0.0.0/8,172.16.0.0/12,192.168.0.0/16,127.0.0.1,localhost,.localdomain"; noProxy = "10.0.0.0/8,172.16.0.0/12,192.168.0.0/16,127.0.0.1,localhost,.localdomain";
}; };