mirror of
https://github.com/fatedier/frp.git
synced 2026-05-15 16:15:49 -06:00
[GH-ISSUE #98] frps --reload 选项没有作用 #43
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#43
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 @railsfans on GitHub (Aug 26, 2016).
Original GitHub issue: https://github.com/fatedier/frp/issues/98
我从github上的release上下载frp_0.8.0_linux_amd64.tar.gz,发现--reload没有效果,具体是我输入命令之后会出现Usage的提示,具体如下
@fatedier commented on GitHub (Aug 26, 2016):
看了下确实是命令行解析的问题,暂时直接用
./frps --reload应该 ok,配置文件默认是当前目录下的frps.ini,后面我修复一下。@fengqi commented on GitHub (Aug 31, 2016):
顺带说一下, reload 好像只能在有 frps.ini 的目录执行才可以(eg: ./frps --reload), 类似的
/opt/frp/frps --reload和/opt/frp/frps -c /opt/frp/frps.ini --reload都不行