Skip to content

Listen on all except wan addresses for sslocal? #599

Answered by DuckSoft
Klaaktu asked this question in Q&A
Discussion options

You must be logged in to vote

I guess you can use "locals" array in the extended JSON config. See: https://github.com/shadowsocks/shadowsocks-rust#configuration

{
  ...
  "locals": [
    {"local_address": "127.0.0.1", "local_port": 1080},
    {"local_address": "::1", "local_port": 1080}
  ],
  ...
}

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by Klaaktu
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants