mirror of
https://github.com/fatedier/frp.git
synced 2026-05-15 08:05:49 -06:00
[GH-ISSUE #965] 客户端配置错误,导致frps服务器死循环 #769
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#769
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 @andylau004 on GitHub (Nov 6, 2018).
Original GitHub issue: https://github.com/fatedier/frp/issues/965
客户端配置文件如下。
[nc1]
type = tcp
local_ip = 182.168.166.17
local_port = 9002
remote_port = 9002
[ssh]
type = tcp
local_ip = 192.168.166.17
local_port = 22
remote_port = 9001
这是客户端配置文件内容的一部分,
如果把其中local_ip设置为服务器IP,导致服务器死循环。
@fatedier commented on GitHub (Nov 8, 2018):
无法复现,如有问题,请重新按照格式要求提 issue,并提供足够的日志和调试信息。