Some questions about Shadowsocks configuration #2009
-
I have a basic {
"server": "0.0.0.0",
"server_port": 443,
"password": "...",
"method": "...",
"mode": "tcp_and_udp"
} I then connect to it from both my Android phone (
|
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 2 replies
-
|
Beta Was this translation helpful? Give feedback.
-
I had a research about DNS so I would like to share it here. Proxy over Socks5 support both
You can try
and
to see where the domain gets resolved. The params -vL4 means: verbose, follow redirects, and use ipv4. |
Beta Was this translation helpful? Give feedback.
It's up to you. You could use the "extended configuration format" to setup multiple server instances.
DNS resolution depends on what "protocol" interface you have chosen in
sslocal
. For example, SOCKS5 protocol supports resolving domain names remotely, your clients could send proxy requests with the domain names directly without resolving it locally.I don't know. Maybe it is one of the parameter
protocol=dns
.Maybe shadowrocket?
Yes.
Leave it there if you have encountered any issue related to IPv6.