LightSword
LightSword copied to clipboard
Error in the client configuration
{ "server": "xxx.xxx.xxx.xxx", "port": 4433, "listenport": 1080, "password": "abcabc", "method": "aes-256-cfb", "timeout": 60, "fork": true, "dontbypasslocal", false "any": false } Should be { "server": "xxx.xxx.xxx.xxx", "port": 4433, "listenport": 1080, "password": "abcabc", "method": "aes-256-cfb", "timeout": 60, "fork": true, "dontbypasslocal": false, "any": false }
Thanks. I've fixed it.
Thank you, and in your READ.ME [sudo] curl -sL https://raw.githubusercontent.com/UnsignedInt8/LightSword/master/misc/onekey_ubuntu.sh | bash - I think it should be curl -sL https://raw.githubusercontent.com/UnsignedInt8/LightSword/master/misc/onekey_ubuntu.sh | sudo -E bash - Otherwise, there would be permission issue.
Sorry, I don't know much knowledge about permission of Linux. But I think you are right.