mirror of
https://github.com/SagerNet/sing-box.git
synced 2024-11-23 17:11:29 +00:00
627d980d8d
* Introduce bittorrent related protocol sniffers including, sniffers of 1. BitTorrent Protocol (TCP) 2. uTorrent Transport Protocol (UDP) Signed-off-by: iosmanthus <myosmanthustree@gmail.com> Co-authored-by: 世界 <i@sekai.icu>
12 lines
442 B
Markdown
12 lines
442 B
Markdown
如果在入站中启用,则可以嗅探连接的协议和域名(如果存在)。
|
|
|
|
#### 支持的协议
|
|
|
|
| 网络 | 协议 | 域名 |
|
|
|:-------:|:-----------:|:-----------:|
|
|
| TCP | HTTP | Host |
|
|
| TCP | TLS | Server Name |
|
|
| UDP | QUIC | Server Name |
|
|
| UDP | STUN | / |
|
|
| TCP/UDP | DNS | / |
|
|
| TCP/UDP | BitTorrent | / | |