mirror of
https://github.com/fatedier/frp.git
synced 2026-05-15 08:05:49 -06:00
[GH-ISSUE #3725] [Feature Request] #2963
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#2963
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 @Zqq19930717 on GitHub (Oct 26, 2023).
Original GitHub issue: https://github.com/fatedier/frp/issues/3725
Describe the feature request
frps支持命令行指定参数,可以不使用配置文件。frpc也可以支持命令行指定参数(比如服务器ip,端口,本机端口,远端端口),而不是一定要依赖于配置文件来使用frpc吗?
Describe alternatives you've considered
frpc也可以支持命令行指定参数而不是一定要依赖于配置文件来使用frpc吗?
Affected area
@superzjg commented on GitHub (Oct 26, 2023):
为什么不自己试试
frpc --help会显示总帮助或者对于http类型,使用
frpc http --help@Zqq19930717 commented on GitHub (Oct 26, 2023):
已经解决