HirbodBehnam / Shadowsocks-Cloak-Installer

A one-key script to setup Cloak plugin with Shadowsocks on your server
GNU General Public License v3.0
420 stars 88 forks source link

bad Show Connections for Shadowsocks Users information #27

Closed A2116 closed 4 years ago

A2116 commented 4 years ago

when selecting Show Connections for Shadowsocks Users it shows me empty first password and encryption after your server IP address also when scan qr-code shadowsocks program prompt me that encryption method not exist replace chacha20-ietf-poly1305 because Cloak Encryption is plain

HirbodBehnam commented 4 years ago

I cannot reproduce this problem. Also you can change the encryption method when installing the shadowsocks.

A2116 commented 4 years ago

where is the main password and encryption save? in which configuration file? how I can change shadowsocks encryption after installation? I change shadowsocks.json file but changes do not apply

HirbodBehnam commented 4 years ago

The config file is located at /etc/shadowsocks-libev/config.json. Also you have to restart the shadowsocks-libev service to apply the changes to shadowsocks.

A2116 commented 4 years ago

I have not such directory

HirbodBehnam commented 4 years ago

systemctl status shadowsocks-libev Can you run this command and check if the shadowsocks is running? Also do you have the directory /etc/shadowsocks/? And did you install the shadowsocks from this script?

A2116 commented 4 years ago

I identified the problem, it's because of low memory that during installation it does not install shadowsocks and skip it I solve it by adding swap to the system

HirbodBehnam commented 4 years ago

Nice that you solved it! Indeed, yum and dnf use alot of ram. lol