Drifter
Drifter
我的系统900多用户,确实有点卡。
Hi, please try to remove the v2ray-plugin from your client configurations because you haven't enabled it on your server side.
Did you try using another Shadowsocks client? Can it connect to your server?
Try to configure shadowsocks with environment variables instead of mounting a JSON file. It seems the configuration is overridden by the environment variables. e.g.: ```shell docker run -d \ -e...
Hi, try to set the route mode to global and disable UDP: ```shell # Route mode ## 0: GFW list. ## 1: Bypass mainland China. ## 2: Global mode. mode=2...
> how can I actually route traffic, only to example.com and 123.123.123.123 ip via the VPN channel ? All other traffic should go via default channel? It is not possible...
Hi, please run below commands to update the gfwlist rules and restart ss-merlin again: ```shell cd /opt/share/ss-merlin/scripts ./update_gfwlist.sh ss-merlin restart ```
Hi, issue closed, feel free to re-open it if needed.
Hi, can you run `df -h` command on your router and paste the outputs here?
Hi, please run the installation command again and check if the issue has been fixed.