mirror of
https://github.com/fatedier/frp.git
synced 2026-05-15 16:15:49 -06:00
[GH-ISSUE #4497] frpc不加参数运行的时候,默认读取的依旧是旧的ini格式配置文件,而不是toml #3552
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#3552
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 @vip3344 on GitHub (Oct 18, 2024).
Original GitHub issue: https://github.com/fatedier/frp/issues/4497
Bug Description
ini格式配置文件很早就被抛弃了,可是最新版的frpc文件,不加参数运行的时候,默认读取的依旧是旧版的ini格式的配置文件,请更新到toml,谢谢
frpc Version
0.61.0
frps Version
0.61.0
System Architecture
windows/amd64
Configurations
frpc.exe
open ./frpc.ini: The system cannot find the file specified.
Logs
No response
Steps to reproduce
...
Affected area
@fatedier commented on GitHub (Oct 18, 2024):
不会做这个调整,默认值只是为了兼容。
所有的文档示例里都会明确加上
-c指定配置文件,不指定的方式不推荐使用了,只是避免对存量服务造成破坏。