Add back UoT support

This commit is contained in:
世界
2022-08-11 10:36:28 +08:00
parent cf80073f27
commit 517a89fa9c
7 changed files with 119 additions and 11 deletions

View File

@@ -1,9 +1,13 @@
#### 2022/08/09
#### 2022/08/11
* Add UoT option for [Shadowsocks](/configuration/outbound/shadowsocks) outbound, UoT support for all inbounds.
#### 2022/08/10
* Add full-featured [Naive](/configuration/inbound/naive) inbound
* Fix default dns server option [#9] by iKirby
#### 2022/08/08
#### 2022/08/09
No changelog before.

View File

@@ -14,6 +14,7 @@
"method": "2022-blake3-aes-128-gcm",
"password": "8JCsPssfgS8tiRwiMlhARg==",
"network": "udp",
"udp_over_tcp": false,
"multiplex": {},
"detour": "upstream-out",
@@ -85,6 +86,12 @@ One of `tcp` `udp`.
Both is enabled by default.
#### udp_over_tcp
Enable UDP over TCP protocol.
Conflict with `multiplex`.
#### multiplex
Multiplex configuration, see [Multiplex structure](/configuration/shared/multiplex).