mirror of
https://github.com/fatedier/frp.git
synced 2026-05-15 08:05:49 -06:00
[PR #334] [MERGED] client: add login_fail_exit params, default is true #4177
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#4177
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?
📋 Pull Request Information
Original PR: https://github.com/fatedier/frp/pull/334
Author: @fatedier
Created: 5/24/2017
Status: ✅ Merged
Merged: 5/24/2017
Merged by: @fatedier
Base:
dev← Head:start📝 Commits (1)
4dc96f4client: add login_fail_exit params, default is true📊 Changes
9 files changed (+174 additions, -156 deletions)
View changed files
📝
.travis.yml(+2 -2)📝
client/control.go(+14 -3)📝
conf/frpc.ini(+2 -85)➕
conf/frpc_full.ini(+96 -0)➖
conf/frpc_min.ini(+0 -10)📝
conf/frps.ini(+0 -49)➕
conf/frps_full.ini(+51 -0)➖
conf/frps_min.ini(+0 -7)📝
models/config/client_common.go(+9 -0)📄 Description
if login_fail_exit is false, when frpc first login to server failed, it
will continues relogin to server every 30 seconds.
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.