From 4db62a5b175650b378bffea6a1a7bfbf3fbb1731 Mon Sep 17 00:00:00 2001 From: Liu Bingyan <49720088+liuby01@users.noreply.github.com> Date: Mon, 12 Aug 2024 11:12:24 +0800 Subject: [PATCH] documentation: Update injectable description --- docs/configuration/inbound/index.md | 16 ++++++++-------- docs/configuration/inbound/index.zh.md | 16 ++++++++-------- 2 files changed, 16 insertions(+), 16 deletions(-) diff --git a/docs/configuration/inbound/index.md b/docs/configuration/inbound/index.md index 9591ae86..84044b5f 100644 --- a/docs/configuration/inbound/index.md +++ b/docs/configuration/inbound/index.md @@ -17,22 +17,22 @@ | Type | Format | Injectable | |---------------|-------------------------------|------------| -| `direct` | [Direct](./direct/) | X | +| `direct` | [Direct](./direct/) | N/A | | `mixed` | [Mixed](./mixed/) | TCP | | `socks` | [SOCKS](./socks/) | TCP | | `http` | [HTTP](./http/) | TCP | | `shadowsocks` | [Shadowsocks](./shadowsocks/) | TCP | | `vmess` | [VMess](./vmess/) | TCP | | `trojan` | [Trojan](./trojan/) | TCP | -| `naive` | [Naive](./naive/) | X | -| `hysteria` | [Hysteria](./hysteria/) | X | +| `naive` | [Naive](./naive/) | N/A | +| `hysteria` | [Hysteria](./hysteria/) | N/A | | `shadowtls` | [ShadowTLS](./shadowtls/) | TCP | -| `tuic` | [TUIC](./tuic/) | X | -| `hysteria2` | [Hysteria2](./hysteria2/) | X | +| `tuic` | [TUIC](./tuic/) | N/A | +| `hysteria2` | [Hysteria2](./hysteria2/) | N/A | | `vless` | [VLESS](./vless/) | TCP | -| `tun` | [Tun](./tun/) | X | -| `redirect` | [Redirect](./redirect/) | X | -| `tproxy` | [TProxy](./tproxy/) | X | +| `tun` | [Tun](./tun/) | N/A | +| `redirect` | [Redirect](./redirect/) | N/A | +| `tproxy` | [TProxy](./tproxy/) | N/A | #### tag diff --git a/docs/configuration/inbound/index.zh.md b/docs/configuration/inbound/index.zh.md index 458cd602..cc06d305 100644 --- a/docs/configuration/inbound/index.zh.md +++ b/docs/configuration/inbound/index.zh.md @@ -17,22 +17,22 @@ | 类型 | 格式 | 注入支持 | |---------------|------------------------------|------| -| `direct` | [Direct](./direct/) | X | +| `direct` | [Direct](./direct/) | N/A | | `mixed` | [Mixed](./mixed/) | TCP | | `socks` | [SOCKS](./socks/) | TCP | | `http` | [HTTP](./http/) | TCP | | `shadowsocks` | [Shadowsocks](./shadowsocks/) | TCP | | `vmess` | [VMess](./vmess/) | TCP | | `trojan` | [Trojan](./trojan/) | TCP | -| `naive` | [Naive](./naive/) | X | -| `hysteria` | [Hysteria](./hysteria/) | X | +| `naive` | [Naive](./naive/) | N/A | +| `hysteria` | [Hysteria](./hysteria/) | N/A | | `shadowtls` | [ShadowTLS](./shadowtls/) | TCP | -| `tuic` | [TUIC](./tuic/) | X | -| `hysteria2` | [Hysteria2](./hysteria2/) | X | +| `tuic` | [TUIC](./tuic/) | N/A | +| `hysteria2` | [Hysteria2](./hysteria2/) | N/A | | `vless` | [VLESS](./vless/) | TCP | -| `tun` | [Tun](./tun/) | X | -| `redirect` | [Redirect](./redirect/) | X | -| `tproxy` | [TProxy](./tproxy/) | X | +| `tun` | [Tun](./tun/) | N/A | +| `redirect` | [Redirect](./redirect/) | N/A | +| `tproxy` | [TProxy](./tproxy/) | N/A | #### tag