mirror of
https://github.com/fatedier/frp.git
synced 2026-05-15 08:05:49 -06:00
[GH-ISSUE #3204] [Feature Request] frpc允许在第一次连接时重试连接到frps #2573
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#2573
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 @asdf2adsfad on GitHub (Dec 12, 2022).
Original GitHub issue: https://github.com/fatedier/frp/issues/3204
Describe the feature request
请求允许frpc在重试连接到frps超过指定次数和timeout之后才退出
这个特性对于这种情况有用:
在某些情况下frpc的机器还在启动中,尚未连接到互联网,此时frpc被服务启动,尝试dial dns server,发现host unreachable,随后frpc自动退出,导致这台frpc未能被frps发现
Describe alternatives you've considered
No response
Affected area
@superzjg commented on GitHub (Dec 13, 2022):
[common]
# 首次登录服务器失败后是否退出,默认true,一般设为false
login_fail_exit = false