mirror of
https://github.com/fatedier/frp.git
synced 2026-05-15 08:05:49 -06:00
[GH-ISSUE #3672] 配置文件切换到 toml 后,不支持meta_token参数 #2920
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#2920
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 @HenryGyu on GitHub (Oct 13, 2023).
Original GitHub issue: https://github.com/fatedier/frp/issues/3672
Bug Description
在 ini 配置文件中,支持meta_token参数,切换到 toml 配置文件后,我该怎么做
frpc Version
0.52.1
frps Version
0.52.1
System Architecture
linux/amd64
Configurations
user = "xxx"
meta_token = "xxx"
Logs
No response
Steps to reproduce
...
Affected area
@fatedier commented on GitHub (Oct 13, 2023):
https://github.com/fatedier/frp/blob/dev/doc/server_plugin.md#metadata
@HenryGyu commented on GitHub (Oct 13, 2023):
thank you !
@zed76r commented on GitHub (Oct 16, 2023):
@fatedier 请问,以前多个 local_port remote_port 在 toml 下如何写啊?
@anysoft commented on GitHub (Oct 17, 2023):
proxies
name = "DS918plus"
type = "tcp"
localIP = "127.0.0.1"
localPort = 5000
remotePort = 5000
@zed76r commented on GitHub (Oct 17, 2023):
你这个不还是单port么,之前ini有个多port,和range port的,现在看这个toml的localport类型是int没法放多个
@github-actions[bot] commented on GitHub (Nov 17, 2023):
Issues go stale after 30d of inactivity. Stale issues rot after an additional 7d of inactivity and eventually close.