Browse Source

Fix documentation

世界 2 years ago
parent
commit
17b78a6339

+ 1 - 0
docs/changelog.md

@@ -3,6 +3,7 @@
 * Add [NTP service](/configuration/ntp)
 * Add Add multiple server names and multi-user support for shadowtls
 * Add strict mode support for shadowtls v3
+* Add uTLS support for shadowtls v3
 
 #### 1.2-beta3
 

+ 1 - 0
docs/configuration/inbound/index.md

@@ -26,6 +26,7 @@
 | `trojan`      | [Trojan](./trojan)           | TCP        |
 | `naive`       | [Naive](./naive)             | X          |
 | `hysteria`    | [Hysteria](./hysteria)       | X          |
+| `shadowtls`   | [ShadowTLS](./shadowtls)     | TCP        |
 | `tun`         | [Tun](./tun)                 | X          |
 | `redirect`    | [Redirect](./redirect)       | X          |
 | `tproxy`      | [TProxy](./tproxy)           | X          |

+ 8 - 1
docs/configuration/inbound/shadowtls.md

@@ -28,7 +28,8 @@
 
       ... // Dial Fields
     }
-  }
+  },
+  "strict_mode": false
 }
 ```
 
@@ -72,3 +73,9 @@ Handshake server address and [Dial options](/configuration/shared/dial).
 Handshake server address and [Dial options](/configuration/shared/dial) for specific server name.
 
 Only available in the ShadowTLS protocol 2/3.
+
+#### strict_mode
+
+ShadowTLS strict mode.
+
+Only available in the ShadowTLS protocol 3.

+ 8 - 1
docs/configuration/inbound/shadowtls.zh.md

@@ -28,7 +28,8 @@
       
       ... // 拨号字段
     }
-  }
+  },
+  "strict_mode": false
 }
 ```
 
@@ -73,3 +74,9 @@ ShadowTLS 用户。
 对于特定服务器名称的握手服务器地址和 [拨号参数](/zh/configuration/shared/dial/)。
 
 仅在 ShadowTLS 协议版本 2/3 中可用。
+
+#### strict_mode
+
+ShadowTLS 严格模式。
+
+仅在 ShadowTLS 协议版本 3 中可用。

+ 1 - 0
docs/configuration/outbound/index.md

@@ -28,6 +28,7 @@
 | `hysteria`     | [Hysteria](./hysteria)         |
 | `shadowsocksr` | [ShadowsocksR](./shadowsocksr) |
 | `vless`        | [VLESS](./vless)               |
+| `shadowtls`    | [ShadowTLS](./shadowtls)       |
 | `tor`          | [Tor](./tor)                   |
 | `ssh`          | [SSH](./ssh)                   |
 | `dns`          | [DNS](./dns)                   |