mirror of
https://github.com/fatedier/frp.git
synced 2026-05-15 08:05:49 -06:00
[GH-ISSUE #1180] 建议把FRPS的ProxyBindAddr区别一下 #924
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#924
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 @kasuganosora on GitHub (Apr 6, 2019).
Original GitHub issue: https://github.com/fatedier/frp/issues/1180
建议区分下
和frpc 通信绑定地址和frpc代理出来的绑定地址,
场景:
如果把frps搭设在路由里, 把远程的服务暴露给内网使用,如果有这个配置会更方便一些,
虽然有代替方案:使用iptable来屏蔽外网访问.
@fatedier commented on GitHub (Apr 9, 2019):
你已经提到了
proxy_bind_addr,其用途就是如你所说,目前已经支持,和bind_addr是区分的。