-
Notifications
You must be signed in to change notification settings - Fork 309
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Problem while setting up #41
Comments
I think it's due to the trailing comma after shadowsocks' entry in ProxyBook, try removing it |
It worked. Thank you. The SS-server started successfully and the client is running as well, however the proxy is not actually working. [2019-08-03 23:38:10] Started SIP003 plugin for ...:8388 on 127.0.0.1:54797 - PID: 2624 。 。 。 。 。 。 Here is the Shadowsocks server's config.json : And here's my ckserver.json : Besides, i tried run |
@cbeuw Does ProxyBook setting matter if ck-server is started as a shadowsocks plugin? Or should I also configure ss to listen on local only, and put local address in ProxyBook? |
@Klaaktu The ProxyBook entry for "shadowsocks" is ignored if ck-server is started as a plugin, so you don't need to put shadowsocks' listening address in ProxyBook |
@cbeuw In shadowsocks plugin mode section, the wiki says |
@Klaaktu Yup that's right. Good catch! Do you mean anti-virus false positive? |
@cbeuw yea, anti-virus, the pc with latest update of windows defender's intelligence. In windows defender and chrome's download (which is also scanned by windows iirc). |
@Klaaktu Windows Smartscreen did pick it up because "very few people have downloaded it". It did the same for all the previous versions as well though so I think it probably flags every .exe that's not frequently seen by it. I scanned it with Windows Defender and it didn't pick up anything. https://www.virustotal.com/gui/file/f65f2d58bc02641db99fc192c2a7c4e5d25a27fb0bc1bc83cc07568379bce2f1/detection appears mostly fine. |
Cloak is on debian bullseye vps.
And ....
Port 443:
And this is ckserver.json
|
Hello, i set up the SS server with Cloak, but got an error when running
ss-server
the error info line :
ck-server.go:254: Configuration file error: Failed to unmarshal: invalid character '}' looking for beginning of object key string
My
ckserver.json
looks like this :{
"ProxyBook":{
"shadowsocks":"127.0.0.1:1488",
},
"RedirAddr":"54.222.60.218:443",
"PrivateKey":"myprivatekey",
"AdminUID":"myadminuid",
"DatabasePath":"home/peiper/cloak/userinfo.db"
}
I cpoied the json file in your github code and edit it. Anything wrong with it ?
The text was updated successfully, but these errors were encountered: