strix icon indicating copy to clipboard operation
strix copied to clipboard

Add proxy support for corporate networks

Open valt-x opened this issue 1 month ago • 4 comments

Added support for routing traffic through SOCKS and HTTP proxies. This helps when running strix behind corporate firewalls or when you need to route different types of traffic through different proxies.

New environment variables:

  • STRIX_PROXY_ALL for all traffic
  • STRIX_PROXY_TOOLS for just tool traffic
  • STRIX_PROXY_LLM for just LLM requests

Works with corporate proxies, SSH tunnels, and WAF allowlists.

fixes:#19

valt-x avatar Nov 06 '25 12:11 valt-x

Hi @deesh-code, is ir possible to use authentication for the SOCKS and HTTP proxies?

ramiavrm-lang avatar Nov 07 '25 01:11 ramiavrm-lang

Yes of course

valt-x avatar Nov 07 '25 01:11 valt-x

Is there the ability to set custom CA cert bundles as that is also a pattern for example with ZScaler

TrueBurn avatar Nov 09 '25 19:11 TrueBurn

No , for now it's not possible but soon I will push a request with custom cret bundles

valt-x avatar Nov 10 '25 01:11 valt-x