File tree Expand file tree Collapse file tree 3 files changed +21
-6
lines changed
Expand file tree Collapse file tree 3 files changed +21
-6
lines changed Original file line number Diff line number Diff line change 1+ #### 1.1-beta7
2+
3+ * Add v2ray mux and XUDP support for VMess inbound
4+ * Add XUDP support for VMess outbound
5+ * Disable DF on direct outbound by default
6+ * Fix bugs in 1.1-beta6
7+
18#### 1.1-beta6
29
310* Add [ URLTest outbound] ( /configuration/outbound/urltest )
Original file line number Diff line number Diff line change 1414 "authenticated_length" : true ,
1515 "network" : " tcp" ,
1616 "tls" : {},
17- "packet_addr " : false ,
17+ "packet_encoding " : " " ,
1818 "multiplex" : {},
1919 "transport" : {},
2020
@@ -84,9 +84,13 @@ Both is enabled by default.
8484
8585TLS configuration, see [ TLS] ( /configuration/shared/tls/#outbound ) .
8686
87- #### packet_addr
87+ #### packet_encoding
8888
89- Enable packetaddr support.
89+ | Encoding | Description |
90+ | ------------| -----------------------|
91+ | (none) | Disabled |
92+ | packetaddr | Supported by v2ray 5+ |
93+ | xudp | Supported by xray |
9094
9195#### multiplex
9296
Original file line number Diff line number Diff line change 1414 "authenticated_length" : true ,
1515 "network" : " tcp" ,
1616 "tls" : {},
17- "packet_addr " : false ,
17+ "packet_encoding " : " " ,
1818 "multiplex" : {},
1919 "transport" : {},
2020
@@ -84,9 +84,13 @@ VMess 用户 ID。
8484
8585TLS 配置, 参阅 [ TLS] ( /zh/configuration/shared/tls/#outbound ) 。
8686
87- #### packet_addr
87+ #### packet_encoding
8888
89- 启用 packetaddr 支持。
89+ | 编码 | 描述 |
90+ | ------------| ---------------|
91+ | (空) | 禁用 |
92+ | packetaddr | 由 v2ray 5+ 支持 |
93+ | xudp | 由 xray 支持 |
9094
9195#### multiplex
9296
You can’t perform that action at this time.
0 commit comments