spec(focus): update proxy address

This commit is contained in:
514fpv 2024-04-11 15:15:55 +08:00
parent 4f0e076ab9
commit 311e21311b
Signed by: koishi
SSH key fingerprint: SHA256:VkIdW3jUIiqecV2WNAje2fGU5lEhN0XZ58DN0NS4pv0

View file

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