mirror of
https://github.com/fatedier/frp.git
synced 2026-05-15 08:05:49 -06:00
[GH-ISSUE #3926] frpc客户端莫名其妙的掉线 #3115
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#3115
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 @yujunchengg on GitHub (Jan 12, 2024).
Original GitHub issue: https://github.com/fatedier/frp/issues/3926
Bug Description
frps版本号: 0.52.3,运行在windows server2016上
frpc客户端1: 0.52.3, 运行在windows server 2012上
frpc客户端2: 0.52.3, 运行在centos7上
目前发现的问题是,frpc客户端1,出现wait time out的提示字样,大致意思就是连接frps超时,然后触发重试
frpc客户端2,莫名其妙的进程直接挂掉,然后我frpc配置的日志,也没有生成对应的log文件
frpc Version
0.52.3
frps Version
0.52.3
System Architecture
linux/amd64, windows/amd64
Configurations
serverAddr = "x.x.x.x"
serverPort = 7000
auth.method = "token"
auth.token = "fasdfasdfasdfasdfasfd"
console or real logFile path like ./frpc.log
log.to = "./frpc.log"
trace, debug, info, warn, error
log.level = "info"
log.maxDays = 3
disable log colors when log.to is console, default is false
log.disablePrintColor = false
proxies
name = "passport"
type = "http"
localIP = "127.0.0.1"
localPort = 8300
customDomains = ["passport.xxxx.com"]
Logs
No response
Steps to reproduce
...
Affected area
@xqzr commented on GitHub (Jan 12, 2024):
尝试 QUIC
@github-actions[bot] commented on GitHub (Feb 3, 2024):
Issues go stale after 21d of inactivity. Stale issues rot after an additional 7d of inactivity and eventually close.