Updated Configuring example (markdown)

Larvan2 2023-02-13 17:56:05 +08:00
parent 129fcf3ce7
commit 0eaf9855ee

@ -76,8 +76,8 @@ external-ui:/path/to/ui/folder # 配置 WEB UI 目录,使用 http://{{external
# interface-name: en0 # 设置出口网卡 # interface-name: en0 # 设置出口网卡
# global-client-fingerprint: 全局 TLS 指纹,优先低于 proxy 内的 client-fingerprint # 全局 TLS 指纹,优先低于 proxy 内的 client-fingerprint
# accepts "chrome","firefox","safari","ios","random","none" options. # 可选: "chrome","firefox","safari","ios","random","none" options.
# Utls is currently support TLS transport in TCP/grpc/WS/HTTP for VLESS/Vmess and trojan. # Utls is currently support TLS transport in TCP/grpc/WS/HTTP for VLESS/Vmess and trojan.
global-client-fingerprint: chrome global-client-fingerprint: chrome
@ -103,6 +103,7 @@ Supports macOS, Linux and Windows.
Built-in [Wintun](https://www.wintun.net) driver. Built-in [Wintun](https://www.wintun.net) driver.
```yaml ```yaml
tun:
tun: tun:
enable: false enable: false
stack: system # gvisor / lwip stack: system # gvisor / lwip
@ -167,9 +168,11 @@ sniffer:
# TLS 默认如果不配置 ports 默认嗅探 443 # TLS 默认如果不配置 ports 默认嗅探 443
TLS: TLS:
# ports: [443, 8443] # ports: [443, 8443]
# 默认嗅探 80 # 默认嗅探 80
HTTP: HTTP:
# 需要嗅探的端口 # 需要嗅探的端口
ports: [80, 8080-8880] ports: [80, 8080-8880]
# 可覆盖 sniffer.override-destination # 可覆盖 sniffer.override-destination
override-destination: true override-destination: true
@ -178,7 +181,6 @@ sniffer:
## 对嗅探结果进行跳过 ## 对嗅探结果进行跳过
# skip-domain: # skip-domain:
# - Mijia Cloud # - Mijia Cloud
``` ```
## tunnels ## tunnels