mirror of
https://github.com/fatedier/frp.git
synced 2026-05-15 08:05:49 -06:00
[GH-ISSUE #1356] Bind port issue #1076
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#1076
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 @alpharde on GitHub (Aug 3, 2019).
Original GitHub issue: https://github.com/fatedier/frp/issues/1356
I would like to be able to make the frps service to listen on localhost, then make the proxies listen on my external IP.
How could this be done? Could not find this anywhere on the docs.
@fatedier commented on GitHub (Aug 4, 2019):
proxy_bind_addr = 127.0.0.1will help you.@alpharde commented on GitHub (Aug 4, 2019):
Actually the other way arround:
proxy_bind_addr = externipbind_addr = 127.0.0.1But that did help! Thanks.