LightSword icon indicating copy to clipboard operation
LightSword copied to clipboard

Error in the client configuration

Open gongchengra opened this issue 8 years ago • 3 comments

{ "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 }

gongchengra avatar May 05 '16 03:05 gongchengra

Thanks. I've fixed it.

UnsignedInt8 avatar May 05 '16 07:05 UnsignedInt8

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.

gongchengra avatar May 06 '16 02:05 gongchengra

Sorry, I don't know much knowledge about permission of Linux. But I think you are right.

UnsignedInt8 avatar Jun 01 '16 09:06 UnsignedInt8