From a541754381c9c3bbcca44556c666df89bfe91af7 Mon Sep 17 00:00:00 2001 From: Ryan Yin Date: Mon, 5 Feb 2024 22:45:39 +0800 Subject: [PATCH] docs: proxy --- scripts/darwin_set_proxy.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/darwin_set_proxy.py b/scripts/darwin_set_proxy.py index 73ce8e97..63bf4a1e 100644 --- a/scripts/darwin_set_proxy.py +++ b/scripts/darwin_set_proxy.py @@ -13,7 +13,7 @@ from pathlib import Path NIX_DAEMON_PLIST = Path("/Library/LaunchDaemons/org.nixos.nix-daemon.plist") NIX_DAEMON_NAME = "org.nixos.nix-daemon" -# http proxy provided by clash or other proxy tools +# http proxy provided by my homelab's bypass router HTTP_PROXY = "http://192.168.5.201:7890" pl = plistlib.loads(NIX_DAEMON_PLIST.read_bytes())