mirror of
https://github.com/only-cli/oc.git
synced 2026-09-15 10:40:56 +02:00
Merge pull request #17 from RonCodes88/feat/http-proxy-env-vars
feat: route outbound fetches through HTTP_PROXY, HTTPS_PROXY, and NO_PROXY
This commit is contained in:
@@ -27,7 +27,7 @@ If you are an LLM reading this repository, [llms.txt](llms.txt) is the short ver
|
||||
npm install -g @only-cli/oc
|
||||
```
|
||||
|
||||
Requires Node 20+. Requests impersonate Chrome via [impers](https://github.com/lexiforest/impers); falls back to native fetch if impers is unavailable.
|
||||
Requires Node 20+. Requests impersonate Chrome via [impers](https://github.com/lexiforest/impers); falls back to native fetch if impers is unavailable. Outbound fetches honor `HTTP_PROXY`, `HTTPS_PROXY`, and `NO_PROXY` when set.
|
||||
|
||||
### Agent skill
|
||||
|
||||
|
||||
Reference in New Issue
Block a user