mirror of
https://github.com/fatedier/frp.git
synced 2026-05-15 08:05:49 -06:00
[GH-ISSUE #2296] forward proxy (not reverse) for SOCKS5 relay #1824
Labels
No labels
In Progress
WIP
WaitingForInfo
bug
doc
duplicate
easy
enhancement
future
help wanted
invalid
lifecycle/stale
need-issue-template
need-usage-help
no plan
proposal
pull-request
question
todo
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference: github-starred/frp#1824
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @asheroto on GitHub (Mar 12, 2021).
Original GitHub issue: https://github.com/fatedier/frp/issues/2296
Hey there,
I'd like to use frp but in reverse, ha! I use frp for several reverse proxies, but for this task I need a forward proxy.
Can frps accept incoming SOCKS5 connections and forward its traffic out 80/443 from an frpc connection?
Computer1 has a VPN connection
Computer2 is my computer
Computer1 needs to listen for incoming SOCKS5 connections on port 1080 (login abc/abc)
Computer2 needs to connect to Computer1 over SOCKS5, then Computer1 needs to relay traffic through ports 80/443
Computer2-->SOCKS5-->Computer1-->Outbound 80/443-->VPN Software Handles WAN Connectivity
Is that possible, or is this a feature request? 😁😂
@fatedier commented on GitHub (Mar 15, 2021):
Can computer2 connect to computer1 directly?
@asheroto commented on GitHub (Mar 15, 2021):
Right. Using the SOCKS5 plugin...
@fatedier commented on GitHub (Mar 16, 2021):
frp is not designed for this scenario.
But you can try it, deploy frps and frpc on c1 and another frpc on c2 with stcp proxy .
@asheroto commented on GitHub (Mar 16, 2021):
Thank you