Skip to content

Commit

Permalink
补snell
Browse files Browse the repository at this point in the history
  • Loading branch information
xishang0128 committed Jun 5, 2024
1 parent bb5f4e7 commit 9aff403
Show file tree
Hide file tree
Showing 2 changed files with 23 additions and 0 deletions.
22 changes: 22 additions & 0 deletions docs/config/proxies/snell.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
# Snell

```{.yaml linenums="1"}
proxies
- name: "snell"
type: snell
server: server
port: 44046
psk: yourpsk
# version: 2
# obfs-opts:
# mode: http # or tls
# host: bing.com
```

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

## psk

## version

snell 版本,仅支持 v1-3,仅 v3 支持 udp
1 change: 1 addition & 0 deletions mkdocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -207,6 +207,7 @@ nav:
- SOCKS: config/proxies/socks.md
- Shadowsocks: config/proxies/ss.md
- ShadowsocksR: config/proxies/ssr.md
- Snell: config/proxies/snell.md
- VMess: config/proxies/vmess.md
- VLESS: config/proxies/vless.md
- Trojan: config/proxies/trojan.md
Expand Down

0 comments on commit 9aff403

Please sign in to comment.