1
0
mirror of https://github.com/v2fly/v2ray-core.git synced 2025-11-23 12:02:58 -05:00

Add trojan over xtls support (#334)

* Add trojan over xtls support

* Add comments

* improve PR quality

* improve PR quality

* add xtls-rprx-origin-udp443 and xtls-rprx-direct-udp443

Co-authored-by: Eken Chan <maskedeken@yahoo.com>
This commit is contained in:
ekenchan
2020-10-20 18:44:31 +08:00
committed by GitHub
parent b562f21ca2
commit 3fc985dd0e
8 changed files with 288 additions and 332 deletions

View File

@@ -1 +1,5 @@
package trojan
const (
muxCoolAddress = "v1.mux.cool"
)