fix(focus): update proxy address
This commit is contained in:
parent
793d6d8fe1
commit
cf184d7fb1
|
@ -29,7 +29,7 @@
|
||||||
'';
|
'';
|
||||||
|
|
||||||
networking.proxy = {
|
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";
|
noProxy = "10.0.0.0/8,172.16.0.0/12,192.168.0.0/16,127.0.0.1,localhost,.localdomain";
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue