Closed schmidt9 closed 3 weeks ago
Sorry what do you mean under "not planned"? What exactly is not planned here?
default config in module just configuare inbound and some route, you need at least replace this proxy outbound with your proxy server to use it normally
Well as I suppose at least this default config should be valid (xray should be able to start using it), but it cannot start because this config seems to be malformed (because of "unknown config id"/required protocol key not found)
put your proxy server share url in data/custom.txt(export from v2rayNg) then use command xrayhelper switch custom
, you can replace this outbound correctly with default xrayhelper config
ok thank you for assistance!
When trying to start xray using
xrayhelper service start
I get errors in consoleThis error seems to be caused by this lines in
proxy.json
because of missing "protocol" key (as I suppose):If I delete this lines and according references to "proxy" in other configs, xray is able to start successfully