Add UoT option to socks outbound too

This commit is contained in:
世界
2022-08-12 17:55:52 +08:00
parent 51bbf93ff2
commit 340fce9f1c
6 changed files with 45 additions and 9 deletions

View File

@@ -1,6 +1,11 @@
#### 2022/08/12
* Performance improvements
* Add UoT option for [Socks](/configuration/outbound/socks) outbound
#### 2022/08/11
* Add UoT option for [Shadowsocks](/configuration/outbound/shadowsocks) outbound, UoT support for all inbounds.
* Add UoT option for [Shadowsocks](/configuration/outbound/shadowsocks) outbound, UoT support for all inbounds
#### 2022/08/10

View File

@@ -88,7 +88,7 @@ Both is enabled by default.
#### udp_over_tcp
Enable UDP over TCP protocol.
Enable the UDP over TCP protocol.
Conflict with `multiplex`.

View File

@@ -15,7 +15,8 @@
"username": "sekai",
"password": "admin",
"network": "udp",
"udp_over_tcp": false,
"detour": "upstream-out",
"bind_interface": "en0",
"routing_mark": 1234,
@@ -65,6 +66,10 @@ One of `tcp` `udp`.
Both is enabled by default.
#### udp_over_tcp
Enable the UDP over TCP protocol.
### Dial Fields
#### detour