You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
45 lines
722 B
45 lines
722 B
2 weeks ago
|
# Wormhole SOCKS5 Client Configuration
|
||
|
serviceType: client
|
||
|
|
||
|
# SOCKS5 服务器设置
|
||
|
server:
|
||
|
address: 127.0.0.1
|
||
|
port: 1080
|
||
|
username: admin
|
||
|
password: secure_password_123
|
||
|
|
||
|
# 代理模式设置
|
||
|
proxy:
|
||
|
mode: http # http, global, transparent
|
||
|
localPort: 8080
|
||
|
|
||
|
# 全局代理设置
|
||
|
globalProxy:
|
||
|
enabled: false
|
||
|
dnsProxy: true
|
||
|
dnsPort: 5353
|
||
|
|
||
|
# 分流规则
|
||
|
routing:
|
||
|
bypassLocal: true
|
||
|
bypassPrivate: true
|
||
|
bypassDomains:
|
||
|
- "*.local"
|
||
|
- "*.lan"
|
||
|
forceDomains:
|
||
|
- "*.google.com"
|
||
|
- "*.github.com"
|
||
|
|
||
|
# 透明代理设置
|
||
|
transparentProxy:
|
||
|
enabled: false
|
||
|
port: 8080
|
||
|
dnsPort: 5353
|
||
|
|
||
|
# 系统设置
|
||
|
modifyDNS: true
|
||
|
modifyRoute: true
|
||
|
|
||
|
logLevel: info
|
||
|
timeout: 30s
|