mirror of
https://github.com/electerm/electerm.git
synced 2026-04-25 05:25:50 +03:00
Page:
proxy format
Pages
AI model config guide
Auto data Sync
Autorun electerm when login to os
Command line usage
Connecting to Servers with Special Character Encoding
Connection Hopping Behavior Change in electerm since v1.50.65
Contributors
Create bookmark by AI
Create personal access token
Create secret gist
Custom CSS examples
Custom sync server
Deep link support
Default Profile
Develop in windows
Home
How Electerm Gets the Current Working Directory (pwd) in Terminal When "SFTP Follow Terminal Path" Is Enabled
How to use ssh tunnel
In windows can not access port 30975 issue
Know issues
MCP Widget Usage Guide
Migrate from Version 2 to Version 3
RDP File Transfer
RDP Limitation
SSH Certificate Authentication Guide for electerm
Sponsor electerm
Terminal keywords highlight regular expression exmaples
Troubleshoot
Upgrading from 1.x to 2.x: Data Loss Issue and Recovery
VNC‐session‐known‐issues
Warning about sftp follow ssh path function
WebDAV sync
Workspace Feature
batch operation
gitee data sync warning
privacy notice
proxy format
quick command templates
quick connect
ssh agent
No results
2
proxy format
ZHAO Xudong edited this page 2023-07-13 13:21:14 +08:00
Table of Contents
proxy format 代理格式
| Protocol | Example |
|---|---|
http |
http://proxy-server-over-tcp.com:3128 |
https |
https://proxy-server-over-tls.com:3129 |
socks(v5) |
socks://username:password@some-socks-proxy.com:9050 (username & password are optional) |
socks5 |
socks5://username:password@some-socks-proxy.com:9050 (username & password are optional) |
socks5h |
socks5h://username:password@some-socks-proxy.com:9050 (username & password are optional) |
socks4 |
socks4://some-socks-proxy.com:9050 |
socks4a |
socks4a://some-socks-proxy.com:9050 |