Closed EvgenyNerush closed 11 months ago
Commands xray uuid and xray x25519 can return values that starts with - or _ which are unacceptable by xray itself when it reads configs. So, if xray fails to start and complains failed to load config files, check and regenerate them.
xray uuid
xray x25519
-
_
failed to load config files
Not reproduced for xray >= 1.8.4. Solution: upgrade xray.
Commands
xray uuid
andxray x25519
can return values that starts with-
or_
which are unacceptable by xray itself when it reads configs. So, if xray fails to start and complainsfailed to load config files
, check and regenerate them.