Proxy Management
Overview
Section titled “Overview”The client supports routing VPN connections through a saved HTTP or SOCKS proxy. Proxies are stored in the app’s settings and can be assigned per profile or overridden at connect time.
Adding a Proxy
Section titled “Adding a Proxy”In Settings → Proxies, click Add Proxy:
| Field | Description |
|---|---|
| Name | A friendly label for the proxy |
| Type | http or socks5 |
| Host | Proxy hostname or IP |
| Port | Proxy port |
| Authentication | Optional username/password |
Via CLI:
ovpn-gui proxies add --name "Corp Proxy" --type http --host proxy.corp.com --port 8080ovpn-gui proxies listAssigning a Proxy to a Profile
Section titled “Assigning a Proxy to a Profile”In the profile details dialog, select a proxy from the Assigned Proxy dropdown.
Via CLI:
ovpn-gui profiles assign-proxy PROFILE_ID PROXY_IDConnect-Time Override
Section titled “Connect-Time Override”ovpn-gui sessions connect PROFILE_ID --proxy PROXY_ID