new: vless reverse

legacy reverse removed
This commit is contained in:
MHSanaei
2026-05-05 21:00:03 +02:00
parent 8177f6dc66
commit b2d32f588f
23 changed files with 99 additions and 395 deletions
+1 -1
View File
@@ -148,7 +148,7 @@ func (s *XrayService) GetXrayConfig() (*xray.Config, error) {
// clear client config for additional parameters
for key := range c {
if key != "email" && key != "id" && key != "password" && key != "flow" && key != "method" && key != "auth" {
if key != "email" && key != "id" && key != "password" && key != "flow" && key != "method" && key != "auth" && key != "reverse" {
delete(c, key)
}
if flow, ok := c["flow"].(string); ok && flow == "xtls-rprx-vision-udp443" {