mirror of
https://github.com/fatedier/frp.git
synced 2026-05-15 08:05:49 -06:00
[GH-ISSUE #415] Dashboard可以做权限限制么 #309
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#309
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 @it-noob on GitHub (Aug 1, 2017).
Original GitHub issue: https://github.com/fatedier/frp/issues/415
Dashboard中可以对在线的代理进行权限控制么,比如http代理列表中禁用某个代理;另外,目前Linux版本的无论客户端frpc还是服务端frps启动,都需要自行用(./frpc -c ./frpc.ini &)命令来设置守护进程,能否则在官方启动命令层面添加守护进程,或者可以安装为系统服务;另外win下,直接双击frpc.exe加载的不是frpc.ini也不是frpc_full.ini,可否设置一个默认加载的配置文件,另外windows下是否可以设置常驻进程或者安装为系统服务。
@fatedier commented on GitHub (Aug 1, 2017):
暂不支持。程序如何启动和管理自行决定,有 N 种方式,在不同的平台自行选择合适的方式,这个问题回答过多次了。
@it-noob commented on GitHub (Aug 1, 2017):
@fatedier 抱歉,没有查看之前的issue。谢谢回复。