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

Support SOCKS5_PROXY and HTTP_PROXY for transport #35

Closed
rapiz1 opened this issue Dec 27, 2021 · 5 comments · Fixed by #135
Closed

Support SOCKS5_PROXY and HTTP_PROXY for transport #35

rapiz1 opened this issue Dec 27, 2021 · 5 comments · Fixed by #135
Labels
enhancement New feature or request
Milestone

Comments

@rapiz1
Copy link
Owner

rapiz1 commented Dec 27, 2021

Like:

[client.transport]
type = "tcp"
[client.transport.tcp]
proxy = "socks5://localhost:1080" # connect to the server via a socks5 proxy

or

[client.transport]
type = "tcp"
[client.transport.tcp]
proxy = "http://localhost:1080" # connect to the server via a http proxy
@rapiz1 rapiz1 added the enhancement New feature or request label Dec 27, 2021
@rapiz1 rapiz1 added this to the v0.4.0 milestone Dec 27, 2021
@leew66884
Copy link

I also need this plugin!!!

@rapiz1 rapiz1 modified the milestones: v0.4.0, v0.5.0 Jan 7, 2022
@rapiz1 rapiz1 changed the title Support SOCKS5 Support SOCKS5_PROXY and HTTP_PROXY for transport Feb 20, 2022
@rapiz1 rapiz1 modified the milestones: v0.5.0, v0.4.0 Feb 20, 2022
@shijunti19
Copy link

I also need this plugin!!!

@rapiz1
Copy link
Owner Author

rapiz1 commented Feb 22, 2022 via email

@darkr4y
Copy link

darkr4y commented Mar 2, 2022

Is it possible to implement a client plugin like frp,not only through a proxy to access the rathole server
but like this https://github.com/fatedier/frp#client-plugins

# frpc.ini
[plugin_socks5]
type = tcp
remote_port = 6005
plugin = socks5
plugin_user = abc
plugin_passwd = abc

Expose a socks5 proxy service to the external network

@rapiz1
Copy link
Owner Author

rapiz1 commented Mar 9, 2022

Released in v0.4.0

@rapiz1 rapiz1 closed this as completed Mar 9, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging a pull request may close this issue.

4 participants