Configure a proxy
Open Settings → Network and fill in:
Changes take effect immediately — no restart required. They persist under the
networkProxy key in the config file.
config.json
Authentication
If your proxy requires credentials, put them in the URL:Bypass rules
The No Proxy list supports several forms:localhost and 127.0.0.1 are not bypassed automatically. Add them to the No Proxy list if local services should skip the proxy.TLS-inspecting proxies
Some corporate firewalls terminate and re-sign TLS. For Synti to trust the re-signed certificates, pointNODE_EXTRA_CA_CERTS at your organization’s CA bundle before launching the app.
- macOS
- Windows
- Linux
Set it for GUI apps with
launchctl, then relaunch Synti:SYNTI_TLS_CA or the --tls-ca flag instead — see Environment Variables and the CLI reference.
How traffic is routed
Synti applies proxy settings at every layer that makes outbound requests:- App runtime — outbound HTTPS is tunneled through the proxy via CONNECT.
- App windows — the Electron layer routes browser traffic through the same proxy.
- Subprocesses — the agent’s child processes inherit
HTTP_PROXY,HTTPS_PROXY, andNO_PROXYfrom the configured settings.
Related
Environment Variables
CA and TLS variables for clients and servers.
Headless Server
TLS options when exposing a server.
Config File
Where proxy settings are persisted.
Credentials
Keeping secrets off disk in the clear.