full multiuser shadowsocks

This commit is contained in:
Alireza Ahmadi
2023-07-23 11:54:39 +02:00
parent b3d3f76e84
commit b8eee6e373
7 changed files with 50 additions and 10 deletions

View File

@@ -116,7 +116,7 @@ func (s *XrayService) GetXrayConfig() (*xray.Config, error) {
}
}
for key := range c {
if key != "email" && key != "id" && key != "password" && key != "flow" {
if key != "email" && key != "id" && key != "password" && key != "flow" && key != "method" {
delete(c, key)
}
if c["flow"] == "xtls-rprx-vision-udp443" {