Merge branch 'main' of http://10.10.14.176:3000/huanghai/dsExam
commit
a9375711f5
@ -0,0 +1 @@
|
||||
"c:/frp/frpc.exe" -c "c:/frp/frpc.toml"
|
Binary file not shown.
Binary file not shown.
Binary file not shown.
@ -0,0 +1,5 @@
|
||||
# 启动服务端
|
||||
./frps -c ./frps.toml &
|
||||
|
||||
# 启动客户端
|
||||
./frpc -c ./frpc.toml
|
@ -0,0 +1,16 @@
|
||||
#安装
|
||||
cmd
|
||||
nssm install
|
||||
|
||||
选择c:\frp\frpc.exe
|
||||
|
||||
Arguments: -c c:\frp\frpc.toml
|
||||
ServiceName:frpClient
|
||||
|
||||
|
||||
# 启动
|
||||
nssm start frpClient
|
||||
|
||||
#卸载
|
||||
nssm stop frpClient
|
||||
nssm remove frpClient
|
Loading…
Reference in new issue