diff options
| author | MHSanaei <ho3ein.sanaei@gmail.com> | 2023-07-27 11:28:12 +0300 |
|---|---|---|
| committer | MHSanaei <ho3ein.sanaei@gmail.com> | 2023-07-27 11:28:46 +0300 |
| commit | 145ea1e6f17cc766df266ca3eacf8dd688eb1930 (patch) | |
| tree | 3849ce3c15ba5d418ffda923270f1163f1e02124 /web/service/xray.go | |
| parent | 4cfed17650a2aa22346a4aee7aacf3ef6d0c667a (diff) | |
full multiuser shadowsocks
full multiuser shadowsocks +
fix logs after api changes
Co-Authored-By: Alireza Ahmadi <alireza7@gmail.com>
Diffstat (limited to 'web/service/xray.go')
| -rw-r--r-- | web/service/xray.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/web/service/xray.go b/web/service/xray.go index 668d6952..4a9bf7b2 100644 --- a/web/service/xray.go +++ b/web/service/xray.go @@ -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" { |
