From 50353568062653f4de6981a215b3548017b4835a Mon Sep 17 00:00:00 2001 From: iosmanthus Date: Thu, 23 May 2024 16:33:58 +0800 Subject: [PATCH] Update user docs Signed-off-by: iosmanthus --- docs/configuration/route/sniff.md | 17 ++++++++++------- docs/configuration/route/sniff.zh.md | 17 ++++++++++------- 2 files changed, 20 insertions(+), 14 deletions(-) diff --git a/docs/configuration/route/sniff.md b/docs/configuration/route/sniff.md index 2ba2c251..53a199fc 100644 --- a/docs/configuration/route/sniff.md +++ b/docs/configuration/route/sniff.md @@ -2,10 +2,13 @@ If enabled in the inbound, the protocol and domain name (if present) of by the c #### Supported Protocols -| Network | Protocol | Domain Name | -|:-------:|:--------:|:-----------:| -| TCP | HTTP | Host | -| TCP | TLS | Server Name | -| UDP | QUIC | Server Name | -| UDP | STUN | / | -| TCP/UDP | DNS | / | \ No newline at end of file +| Network | Protocol | Domain Name | +| :-----: | :---------: | :---------: | +| TCP | HTTP | Host | +| TCP | TLS | Server Name | +| UDP | QUIC | Server Name | +| UDP | STUN | / | +| TCP/UDP | DNS | / | +| TCP | BitTorrent | / | +| UDP | UTP/µTP | / | +| UDP | UDP Tracker | / | diff --git a/docs/configuration/route/sniff.zh.md b/docs/configuration/route/sniff.zh.md index c3cdcc4e..ee7b2d70 100644 --- a/docs/configuration/route/sniff.zh.md +++ b/docs/configuration/route/sniff.zh.md @@ -2,10 +2,13 @@ #### 支持的协议 -| 网络 | 协议 | 域名 | -|:-------:|:----:|:-----------:| -| TCP | HTTP | Host | -| TCP | TLS | Server Name | -| UDP | QUIC | Server Name | -| UDP | STUN | / | -| TCP/UDP | DNS | / | \ No newline at end of file +| 网络 | 协议 | 域名 | +| :-----: | :---------: | :---------: | +| TCP | HTTP | Host | +| TCP | TLS | Server Name | +| UDP | QUIC | Server Name | +| UDP | STUN | / | +| TCP/UDP | DNS | / | +| TCP | BitTorrent | / | +| UDP | UTP/µTP | / | +| UDP | UDP Tracker | / | \ No newline at end of file