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

Server support upstream socks5 proxy #81

Open
wen-long opened this issue Feb 23, 2019 · 2 comments · May be fixed by #85
Open

Server support upstream socks5 proxy #81

wen-long opened this issue Feb 23, 2019 · 2 comments · May be fixed by #85

Comments

@wen-long
Copy link

wen-long commented Feb 23, 2019

In some case there need a domain or ip rule based software for dispatch traffic on server side
Such as https://github.com/Dreamacro/clash Config:

Rule:
- DOMAIN-SUFFIX,google.com,auto
- DOMAIN-KEYWORD,google,auto
- DOMAIN,google.com,auto
- DOMAIN-SUFFIX,ad.com,REJECT
- IP-CIDR,127.0.0.0/8,DIRECT
- SOURCE-IP-CIDR,192.168.1.201/32,DIRECT

And some hook-based socksify software such as proxychains-ng can not do with golang compiled software.

I hope chisel server be able to forward outgoing traffic to another socks5 server

@jpillora
Copy link
Owner

In the following, where do you need a socks proxy?

user-app -> chisel-client -> chisel-server -> user-endpoint

@wen-long
Copy link
Author

@jpillora

user-app -> chisel-client -> chisel-server -> socks5 proxy -> user-endpoint

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

Successfully merging a pull request may close this issue.

2 participants