mirror of
https://github.com/fatedier/frp.git
synced 2026-05-15 08:05:49 -06:00
[GH-ISSUE #4146] [Feature Request] 错误配置跳过功能 #3270
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#3270
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 @L-evi on GitHub (Apr 10, 2024).
Original GitHub issue: https://github.com/fatedier/frp/issues/4146
Describe the feature request
能够添加一个错误配置跳过的功能吗?或者允许用户配置一个兜底文件,这样子再不小心配置错误了之后,有一定的容错率
因为目前我这边配置了ssh登陆,但是我添加别的内网穿透的时候会不小心配置错误,导致要千里迢迢跑回去重新设置一下配置文件,如果在项目启动的时候感知到配置文件错误并且启动兜底文件的话,会更加好。感谢开源作者的不断付出
Describe alternatives you've considered
No response
Affected area
@superzjg commented on GitHub (Apr 11, 2024):
自v0.55.0
--strict-config 的默认值已从 false 更改为 true。如果您的配置文件使用了不存在的配置项或存在拼写错误,则应用程序将引发错误。此启动参数是在 v0.53.0 版本中引入的(false)。如果希望继续使用旧的行为,则需要显式设置 --strict-config=false
@github-actions[bot] commented on GitHub (May 3, 2024):
Issues go stale after 21d of inactivity. Stale issues rot after an additional 7d of inactivity and eventually close.