Skip to content

Commit

Permalink
Update documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
nekohasekai committed Oct 29, 2022
1 parent 4119c86 commit 14452f3
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 4 deletions.
9 changes: 5 additions & 4 deletions docs/changelog.md
Original file line number Diff line number Diff line change
@@ -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

Expand Down
5 changes: 5 additions & 0 deletions docs/configuration/outbound/wireguard.md
Original file line number Diff line number Diff line change
Expand Up @@ -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",

Expand Down Expand Up @@ -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.
Expand Down
5 changes: 5 additions & 0 deletions docs/configuration/outbound/wireguard.zh.md
Original file line number Diff line number Diff line change
Expand Up @@ -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",

Expand Down Expand Up @@ -85,6 +86,10 @@ WireGuard 对等公钥。

WireGuard 预共享密钥。

#### reserved

WireGuard 保留字段字节。

#### mtu

WireGuard MTU。 默认1408。
Expand Down

0 comments on commit 14452f3

Please sign in to comment.