mirror of
https://github.com/fatedier/frp.git
synced 2026-05-15 16:15:49 -06:00
[GH-ISSUE #2191] 更改监听地址 #1746
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#1746
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 @cloudwindy on GitHub (Jan 16, 2021).
Original GitHub issue: https://github.com/fatedier/frp/issues/2191
我需要把被代理的tcp监听地址从0.0.0.0调整为127.0.0.1(不对外公开),但我必须把frp协议对外公开,该如何操作?
@cloudwindy commented on GitHub (Jan 16, 2021):
也就是说,我要从公网能访问frp的端口,但不能访问frp转发的端口,请问怎么实现?
@skyline20 commented on GitHub (Jan 16, 2021):
修改frps配置文件
bind_addr=0.0.0.0
proxy_bind_addr=127.0.0.1
@cloudwindy commented on GitHub (Jan 16, 2021):
proxy_bind_addr居然没有在文档中出现诶,不打算做一个完整的配置文件参考手册吗
@fatedier commented on GitHub (Jan 17, 2021):
@cloudwindy https://gofrp.org/docs/reference/server-configures/#%E5%9F%BA%E7%A1%80%E9%85%8D%E7%BD%AE
@cloudwindy commented on GitHub (Jan 17, 2021):
天,我居然没看到,是我的锅,抱歉