Fix bugs and add UoT option for naiveproxy outbound

This commit is contained in:
世界
2025-12-15 12:58:40 +08:00
parent ad7b982242
commit 9b0960bb5a
11 changed files with 185 additions and 131 deletions

View File

@@ -1,6 +1,8 @@
!!! quote "Changes in sing-box 1.13.0"
---
icon: material/new-box
---
:material-plus: Initial release
!!! question "Since sing-box 1.13.0"
### Structure
@@ -15,6 +17,7 @@
"password": "password",
"insecure_concurrency": 0,
"extra_headers": {},
"udp_over_tcp": false | {},
"tls": {},
... // Dial Fields
@@ -55,6 +58,12 @@ Number of concurrent tunnel connections. Multiple connections make the tunneling
Extra headers to send in HTTP requests.
#### udp_over_tcp
UDP over TCP protocol settings.
See [UDP Over TCP](/configuration/shared/udp-over-tcp/) for details.
#### tls
==Required==

View File

@@ -1,6 +1,8 @@
!!! quote "sing-box 1.13.0 中的更改"
---
icon: material/new-box
---
:material-plus: 初始版本
!!! question "自 sing-box 1.13.0 起"
### 结构
@@ -15,6 +17,7 @@
"password": "password",
"insecure_concurrency": 0,
"extra_headers": {},
"udp_over_tcp": false | {},
"tls": {},
... // 拨号字段
@@ -55,6 +58,12 @@
HTTP 请求中发送的额外头部。
#### udp_over_tcp
UDP over TCP 配置。
参阅 [UDP Over TCP](/zh/configuration/shared/udp-over-tcp/)。
#### tls
==必填==