v2ray-plugin-android icon indicating copy to clipboard operation
v2ray-plugin-android copied to clipboard

Invalid arguments are passed to the Shadowsocks

Open Saya47 opened this issue 2 years ago • 0 comments

Hello I’m using the V2Ray plugin, I need to pass the plugin arguments like this: tls;host=example.com;path=/wss;loglevel=none

But unfortunately the plugin asks for a cert file which is incorrect, it shouldn’t ask for that when in client mode, it should ask for that only in server mode. I checked the profile.db-wal of shadowsocks application with notepad and incorrect arguments are passed to the plugin, that’s why it never connects. It seems the SQLite file is password protected, how can I find out the password so I can modify this file by hand and fix the arguments? My phone is rooted so I have no issue with pushing the file back to the phone. Otherwise, it’d be great if we could just have an option to pass plugin options as a string to the plugin. Will you consider this?

Saya47 avatar Mar 22 '23 09:03 Saya47