Skip to content

Commit

Permalink
更新Snell
Browse files Browse the repository at this point in the history
  • Loading branch information
xishang0128 committed Jun 8, 2024
1 parent a9de46c commit 05f5651
Showing 1 changed file with 19 additions and 5 deletions.
24 changes: 19 additions & 5 deletions docs/config/proxies/snell.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,16 +7,30 @@ proxies
server: server
port: 44046
psk: yourpsk
# version: 2
# obfs-opts:
# mode: http # or tls
# host: bing.com
version: 3
obfs-opts:
mode: http
host: bing.com
```

[通用字段](./index.md)

## psk

必须,Snell 预共享密钥

## version

snell 版本,仅支持 v1-3,仅 v3 支持 udp
snell 版本,仅支持 v1-3,默认为 v1,仅 v3 支持 udp

## obfs-opts

Snell 混淆设置

### obfs-opts.mode

Snell 混淆模式,支持 http/tls

### obfs-opts.host

Snell 混淆域名

0 comments on commit 05f5651

Please sign in to comment.