mirror of
https://github.com/fatedier/frp.git
synced 2026-05-15 08:05:49 -06:00
[GH-ISSUE #3164] [Feature Request] 是否可以通过类似与vmess://之类的形式通过url快速启动frpc #2537
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#2537
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 @axuanran on GitHub (Nov 9, 2022).
Original GitHub issue: https://github.com/fatedier/frp/issues/3164
Describe the feature request
在使用中,想到v2ray等可以通过vmess://这类的协议进行快速导入配置
是否可以通过比如说frp://ababababab这类型的一串非加密url解析出配置文件然后进行启动
也就是说是
配置文件→frp://→配置文件
在执行时通过./frpc -url "frp://ababababab"这样进行快速启动,优先度高于配置文件且与-c冲突
可以节省小白进行配置的要求,frp提供商仅需要给与此url即可
Describe alternatives you've considered
No response
Affected area