mirror of
https://github.com/fatedier/frp.git
synced 2026-05-16 00:25:49 -06:00
[GH-ISSUE #2396] 可不可以针对每个不同的proxy代理服务单独设置proxy_bind_addr #1903
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#1903
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 @fjh1997 on GitHub (May 16, 2021).
Original GitHub issue: https://github.com/fatedier/frp/issues/2396
目前的proxy_bind_addr 是针对frps全局设置的,可不可以在frpc上面针对每个不同的服务设置不同的代理配置,比如是ssh服务就侦听在本地端口,如果是http服务就侦听在外部端口?
@fatedier commented on GitHub (May 17, 2021):
目前不考虑支持这样的配置增加复杂性。你的需求可以搭建两个 frps,一个给外部用,一个给内部使用。
@fjh1997 commented on GitHub (May 17, 2021):
非常感谢