mirror of
https://github.com/fatedier/frp.git
synced 2026-05-15 08:05:49 -06:00
[GH-ISSUE #4796] frps配置无效, #3787
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#3787
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 @dawarich on GitHub (May 15, 2025).
Original GitHub issue: https://github.com/fatedier/frp/issues/4796
Bug Description
token设置无效,客户端不设置token反而能连上
仪表盘也是无效配置
frpc Version
0.62.1
frps Version
0.62.1
System Architecture
linux/amd64 windows/amd64
Configurations
[common]
bind_port = 7100
根据文档中写的驼峰式命名,完全无效,只有下划线命名才生效
#
Decide if exit program when first login failed, otherwise continuous relogin to frps
default is true
loginFailExit = true
console or real logFile path like ./frpc.log
log.to = "./frpc.log"
trace, debug, info, warn, error
log.level = "info"
log.maxDays = 3
auth.method = "token"
auth.token = "123123"
仪表盘配置(修正字段名)
webServer.addr = "0.0.0.0"
webServer.port = 7500
webServer.user = "admin"
webServer.password = "123123"
Logs
No response
Steps to reproduce
...
Affected area
@superzjg commented on GitHub (May 16, 2025):
toml 和 ini 不要混用