mirror of
https://github.com/fatedier/frp.git
synced 2026-05-15 08:05:49 -06:00
[GH-ISSUE #3171] [Feature Request] Allow client to specify with remote ip should be use (i.e. [fwd]type=tcp;remote_host=127.0.0.1) #2542
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#2542
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 @ASSANDHOLE on GitHub (Nov 17, 2022).
Original GitHub issue: https://github.com/fatedier/frp/issues/3171
Describe the feature request
I want to expose multiple http services from client side, and then use Nginx on the server to reverse proxy those connections. However, I cannot specify the IP that the forwarded service is listen on, it seems like it always listens on 0.0.0.0
I need an option that can specify the remote host, for example:
Describe alternatives you've considered
Using firewalls could do the same, but it requires extra steps to configure, and also I still want some services to be exposed on 0.0.0.0
Affected area
@fatedier commented on GitHub (Nov 17, 2022):
https://github.com/fatedier/frp/blob/dev/conf/frps_full.ini#L17
@ASSANDHOLE commented on GitHub (Nov 17, 2022):
Thank you, I didn't see that line 😂.
So it should be like this in case someone has the same issue as me.
or set in frps.ini