Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Wiki entry/explanation for shadowsocks #71

Open
cc2001 opened this issue Jun 20, 2015 · 1 comment
Open

Wiki entry/explanation for shadowsocks #71

cc2001 opened this issue Jun 20, 2015 · 1 comment

Comments

@cc2001
Copy link

cc2001 commented Jun 20, 2015

I don't understand the Shadowsocks setup. Can you add a quick wiki entry explaining how to set it up?

  • Why is there a proxy-frontend and a proxy-backend? Don't you just need 1 shadowsocks server?
  • Is proxy-frontend supposed to be a China domestic server, and proxy-backend an offshore server?
  • Is it possible to make Shadowsocks authenticate with Radius?

Thank you

@ftao
Copy link
Owner

ftao commented Jun 20, 2015

  • Why is there a proxy-frontend and a proxy-backend? Don't you just need 1 shadowsocks server?

It is complex & out-of-dated setup , don't use it , I plan to rewrite them .

  • Is proxy-frontend supposed to be a China domestic server, and proxy-backend an offshore server?

yes

  • Is it possible to make Shadowsocks authenticate with Radius?
    no

for simple shadowsocks server , just use proxy-backend , or a more simple playbook like

---
- hosts: all
  roles:
    - common
    - role: ss-server
      name: "default"
      port: 6789
      password: "some-really-long-password"

I will add a wiki later .

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants