Hello, I set up a rasberry pi with alpine linux, installed shadowsocks-libev from the testing branch, and made a config according to the wiki, but while pinging different ip’s over the proxy works, it cannot resolve domain names.
I used the Matsuri proxy Toolchain for android,
Here is my /etc/resolv.conf on the alpine pi
nameserver 9.9.9.9 nameserver 1.1.1.1
Heres my SSocks configuration file:
{
"server":"0.0.0.0",
"server_port":443,
"local_address": "127.0.0.1",
"local_port":1080,
"password":"*****",
"timeout":600,
"method":"aes-256-gcm",
"fast_open": false
}
And the log also does not show any warnings or errors.
I would really appreciate any help. I do not know if this is because of a old version of shadowsocks on the alpine repos, because of some misconfiguration or whatever
thank you very much