Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

配置文件切换到 toml 后,不支持meta_token参数 #3672

Closed
2 of 11 tasks
HenryGyu opened this issue Oct 13, 2023 · 6 comments
Closed
2 of 11 tasks

配置文件切换到 toml 后,不支持meta_token参数 #3672

HenryGyu opened this issue Oct 13, 2023 · 6 comments

Comments

@HenryGyu
Copy link

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

  • Docs
  • Installation
  • Performance and Scalability
  • Security
  • User Experience
  • Test and Release
  • Developer Infrastructure
  • Client Plugin
  • Server Plugin
  • Extensions
  • Others
@fatedier
Copy link
Owner

https://github.com/fatedier/frp/blob/dev/doc/server_plugin.md#metadata

@HenryGyu
Copy link
Author

thank you !

@ZedG2
Copy link

ZedG2 commented Oct 16, 2023

@fatedier 请问,以前多个 local_port remote_port 在 toml 下如何写啊?

@anysoft
Copy link

anysoft commented Oct 17, 2023

@fatedier 请问,以前多个 local_port remote_port 在 toml 下如何写啊?

[[proxies]]
name = "DS918plus"
type = "tcp"
localIP = "127.0.0.1"
localPort = 5000
remotePort = 5000

@ZedG2
Copy link

ZedG2 commented Oct 17, 2023

@fatedier 请问,以前多个 local_port remote_port 在 toml 下如何写啊?

[[proxies]] name = "DS918plus" type = "tcp" localIP = "127.0.0.1" localPort = 5000 remotePort = 5000

你这个不还是单port么,之前ini有个多port,和range port的,现在看这个toml的localport类型是int没法放多个

Copy link

Issues go stale after 30d of inactivity. Stale issues rot after an additional 7d of inactivity and eventually close.

@github-actions github-actions bot closed this as not planned Won't fix, can't repro, duplicate, stale Nov 24, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

4 participants