mirror of
https://github.com/fatedier/frp.git
synced 2026-05-15 08:05:49 -06:00
[GH-ISSUE #1430] How to exit when there is no internet connection #1123
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#1123
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 @luo3300612 on GitHub (Sep 6, 2019).
Original GitHub issue: https://github.com/fatedier/frp/issues/1430
Firstly, thank you for your repo,
I found that frp will continue to reconnect when internet connection failed
However, I don't want it to reconnect, instead, I want the process will end in this situation
And I could't find this option in
--helphow to achieve this?
@fatedier commented on GitHub (Sep 6, 2019):
https://github.com/fatedier/frp/blob/master/conf/frpc_full.ini#L46
login_fail_exit = truecan only decide if exit program when first login failed.After login succeed, it will always reconnect to server when failed. You can stop it manually.
@luo3300612 commented on GitHub (Sep 6, 2019):
thanks