From a4097ae6f95afab0005a0f76a9334715f6b3afef Mon Sep 17 00:00:00 2001 From: matt korwel Date: Mon, 7 Jul 2025 16:36:51 -0700 Subject: Release and Packaging: Clean up (#3489) --- packages/cli/src/utils/sandbox-macos-restrictive-proxied.sb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'packages/cli/src/utils/sandbox-macos-restrictive-proxied.sb') diff --git a/packages/cli/src/utils/sandbox-macos-restrictive-proxied.sb b/packages/cli/src/utils/sandbox-macos-restrictive-proxied.sb index 826055e5..a49712a3 100644 --- a/packages/cli/src/utils/sandbox-macos-restrictive-proxied.sb +++ b/packages/cli/src/utils/sandbox-macos-restrictive-proxied.sb @@ -88,5 +88,5 @@ ;; allow outbound network traffic through proxy on localhost:8877 ;; set `GEMINI_SANDBOX_PROXY_COMMAND=` to run proxy alongside sandbox -;; proxy must listen on :::8877 (see scripts/example-proxy.js) +;; proxy must listen on :::8877 (see docs/examples/proxy-script.md) (allow network-outbound (remote tcp "localhost:8877")) -- cgit v1.2.3