We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
我从github上的release上下载frp_0.8.0_linux_amd64.tar.gz,发现--reload没有效果,具体是我输入命令之后会出现Usage的提示,具体如下
root@root# ./frps -c ./frps.ini --reload Usage: frps [-c config_file] [-L log_file] [--log-level=<log_level>] [--addr=<bind_addr>] frps --reload frps -h | --help frps -v | --version
The text was updated successfully, but these errors were encountered:
看了下确实是命令行解析的问题,暂时直接用 ./frps --reload 应该 ok,配置文件默认是当前目录下的 frps.ini,后面我修复一下。
./frps --reload
frps.ini
Sorry, something went wrong.
顺带说一下, reload 好像只能在有 frps.ini 的目录执行才可以(eg: ./frps --reload), 类似的 /opt/frp/frps --reload 和 /opt/frp/frps -c /opt/frp/frps.ini --reload 都不行
/opt/frp/frps --reload
/opt/frp/frps -c /opt/frp/frps.ini --reload
fbc504d
No branches or pull requests
我从github上的release上下载frp_0.8.0_linux_amd64.tar.gz,发现--reload没有效果,具体是我输入命令之后会出现Usage的提示,具体如下
The text was updated successfully, but these errors were encountered: