summaryrefslogtreecommitdiff
path: root/packages/cli/src/utils/sandbox-macos-restrictive-proxied.sb
diff options
context:
space:
mode:
authorOlcan <[email protected]>2025-06-11 11:31:38 -0700
committerGitHub <[email protected]>2025-06-11 11:31:38 -0700
commitf75c48323ce65f651381c74ae75a1795e7cc5c45 (patch)
treef955ccd3922fa867f8526eb0cce5553f5ed95d6b /packages/cli/src/utils/sandbox-macos-restrictive-proxied.sb
parent03bc1f314121c381ac4fe19f031fe90fbcf95179 (diff)
fixes to proxy on macos: prevent curl from hanging during wait-for-proxy by adding ipv6 support and timeout (#947)
Diffstat (limited to 'packages/cli/src/utils/sandbox-macos-restrictive-proxied.sb')
-rw-r--r--packages/cli/src/utils/sandbox-macos-restrictive-proxied.sb2
1 files changed, 1 insertions, 1 deletions
diff --git a/packages/cli/src/utils/sandbox-macos-restrictive-proxied.sb b/packages/cli/src/utils/sandbox-macos-restrictive-proxied.sb
index cc4c1e5e..826055e5 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=<command>` to run proxy alongside sandbox
-;; proxy must listen on 0.0.0.0:8877 (see scripts/example-proxy.js)
+;; proxy must listen on :::8877 (see scripts/example-proxy.js)
(allow network-outbound (remote tcp "localhost:8877"))