mirror of
https://github.com/QwenLM/qwen-code.git
synced 2025-12-21 01:07:46 +00:00
fixes to proxy on macos: prevent curl from hanging during wait-for-proxy by adding ipv6 support and timeout (#947)
This commit is contained in:
@@ -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"))
|
||||
|
||||
Reference in New Issue
Block a user