Some questions about Shadowsocks configuration #2009
Unanswered
mintydev789
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
I have a basic
shadowsocks-rust
server set up with this config file:I then connect to it from both my Android phone (
shadowsocks-android
) and Linux computer (shadowsocks-rust
) using the server's IP address, port and password. On my phone I also have remote DNS with 8.8.8.8. I have a couple questions that I've not found the answers to anywhere:local-dns
?"mode": "tcp_and_udp"
all I need to support both protocols? On the Linux side I use the-U
flag withsslocal
, and I don't have anything set up on Android, so I'm not sure it supports UDP.Beta Was this translation helpful? Give feedback.
All reactions