mirror of
https://github.com/fatedier/frp.git
synced 2026-05-15 08:05:49 -06:00
[GH-ISSUE #4472] bindAddr 只能写127.0.0.1 吗 #3533
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#3533
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 @happytrudy on GitHub (Oct 5, 2024).
Original GitHub issue: https://github.com/fatedier/frp/issues/4472
Bug Description
bindAddr 只能写127.0.0.1 吗
frpc Version
0.60.0
frps Version
0.60.0
System Architecture
windows/amd64
Configurations
bindAddr 只能写127.0.0.1 吗 如果网卡ipv4是 192.168.0.1 是否可以bindAddr写本地的ip地址 因为有些软件穿透之后绑定本地localhost说是不合法
Logs
1
Steps to reproduce
No response
Affected area
@superzjg commented on GitHub (Oct 6, 2024):
默认0.0.0.0代表所有地址(含ipv6)。
指定地址也可以,一般指定公网地址,你指定一个内网地址,除了同在此内网的frpc能连,其他frpc都不能连接。
@happytrudy commented on GitHub (Oct 6, 2024):
p2p模式下 我可能忘记说条件了
@xqzr commented on GitHub (Oct 8, 2024):
系统“可见”的地址,都可以写