Add built-in proxy settings for Electron and Gateway (#239)

Co-authored-by: zuolingxuan <zuolingxuan@bytedance.com>
This commit is contained in:
Lingxuan Zuo
2026-03-02 17:33:06 +08:00
committed by GitHub
Unverified
parent c09b45832b
commit e40f4b2163
20 changed files with 758 additions and 25 deletions

View File

@@ -85,7 +85,22 @@
"appLogs": "Application Logs",
"openFolder": "Open Folder",
"autoStart": "Auto-start Gateway",
"autoStartDesc": "Start Gateway when ClawX launches"
"autoStartDesc": "Start Gateway when ClawX launches",
"proxyTitle": "Proxy",
"proxyDesc": "Route Electron and Gateway traffic through your local proxy client.",
"proxyServer": "Proxy Server",
"proxyServerHelp": "The default proxy for all requests. Bare host:port values default to HTTP.",
"proxyHttpServer": "HTTP Proxy",
"proxyHttpServerHelp": "Advanced override for HTTP requests. Leave blank to use Proxy Server.",
"proxyHttpsServer": "HTTPS Proxy",
"proxyHttpsServerHelp": "Advanced override for HTTPS requests. Leave blank to use Proxy Server.",
"proxyAllServer": "ALL_PROXY / SOCKS",
"proxyAllServerHelp": "Advanced fallback for SOCKS-capable clients and protocols such as Telegram. Leave blank to use Proxy Server.",
"proxyBypass": "Bypass Rules",
"proxyBypassHelp": "Semicolon, comma, or newline separated hosts that should connect directly.",
"proxyRestartNote": "Saving reapplies Electron networking and restarts the Gateway immediately.",
"proxySaved": "Proxy settings saved",
"proxySaveFailed": "Failed to save proxy settings"
},
"updates": {
"title": "Updates",
@@ -155,4 +170,4 @@
"docs": "Website",
"github": "GitHub"
}
}
}