| proxies:
- name: trusttunnel
type: trusttunnel
server: 1.2.3.4
port: 443
username: username
password: password
# client-fingerprint: chrome
health-check: true
udp: true
# sni: "example.com"
# alpn:
# - h2
# skip-cert-verify: true
### quic options
# quic: true
# congestion-controller: bbr
# bbr-profile: "" # Available: "standard", "conservative", "aggressive". Default: "standard"
### reuse options
# max-connections: 8
# min-streams: 5
# max-streams: 0
|
通用字段
TLS 字段
是否开启QUIC协议,默认为false。
设置QUIC拥塞控制算法。
最大连接数量。
与 max-streams 冲突
在打开新连接之前,连接中的最小多路复用流数量
与 max-streams 冲突
在打开新连接之前,连接中的最大多路复用流数量
与 max-connections 和 min-streams 冲突