Skip to content

Commit

Permalink
Update proxy settings
Browse files Browse the repository at this point in the history
  • Loading branch information
yousiki committed Jun 18, 2024
1 parent e3cc22b commit 9c7ad5b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions cells/nixos/profiles/proxy.nix
Original file line number Diff line number Diff line change
Expand Up @@ -12,10 +12,10 @@
];

networking.proxy.default = "http://127.0.0.1:7890";
networking.proxy.noProxy = "127.0.0.1,localhost,yousiki.top,edu.cn";
networking.proxy.noProxy = "127.0.0.1,localhost,yousiki.top,siki.moe,edu.cn";

services.cloudflare-warp.enable = true;
services.cloudflare-warp.openFirewall = true;
services.cloudflare-warp.openFirewall = false;

services.clash-meta.enable = true;
services.clash-meta.configPath = config.age.secrets.clash-config.path;
Expand Down

0 comments on commit 9c7ad5b

Please sign in to comment.