Ver código fonte

Update documentation

世界 3 anos atrás
pai
commit
14452f3049

+ 5 - 4
docs/changelog.md

@@ -1,12 +1,13 @@
 #### 1.1-beta11
 
+* Add option for custom wireguard reserved bytes
 * Fix shadowtls v2
 * Fix h3 dns transport
 * Fix copy pipe
-
-#### 1.0.7
-
-* Fix copy pipe
+* Fix decrypt xplus packet
+* Fix v2ray api
+* Suppress no network error
+* Improve local dns transport
 
 #### 1.1-beta10
 

+ 5 - 0
docs/configuration/outbound/wireguard.md

@@ -15,6 +15,7 @@
   "private_key": "YNXtAzepDqRv9H52osJVDQnznT5AM11eCK3ESpwSt04=",
   "peer_public_key": "Z1XXLsKYkYxuiYjJIkRvtIKFepCYHTgON+GwPq7SOV4=",
   "pre_shared_key": "31aIhAPwktDGpH4JDhA8GNvjFXEf/a6+UaQRyOAiyfM=",
+  "reserved": [0, 0, 0],
   "mtu": 1408,
   "network": "tcp",
 
@@ -83,6 +84,10 @@ WireGuard peer public key.
 
 WireGuard pre-shared key.
 
+#### reserved
+
+WireGuard reserved field bytes.
+
 #### mtu
 
 WireGuard MTU. 1408 will be used if empty.

+ 5 - 0
docs/configuration/outbound/wireguard.zh.md

@@ -15,6 +15,7 @@
   "private_key": "YNXtAzepDqRv9H52osJVDQnznT5AM11eCK3ESpwSt04=",
   "peer_public_key": "Z1XXLsKYkYxuiYjJIkRvtIKFepCYHTgON+GwPq7SOV4=",
   "pre_shared_key": "31aIhAPwktDGpH4JDhA8GNvjFXEf/a6+UaQRyOAiyfM=",
+  "reserved": [0, 0, 0],
   "mtu": 1408,
   "network": "tcp",
 
@@ -85,6 +86,10 @@ WireGuard 对等公钥。
 
 WireGuard 预共享密钥。
 
+#### reserved
+
+WireGuard 保留字段字节。
+
 #### mtu
 
 WireGuard MTU。 默认1408。