mirror of
https://github.com/monlor/MIXBOX-ARCHIVE.git
synced 2026-03-12 00:11:36 +00:00
2019-01-04
This commit is contained in:
@@ -3,5 +3,5 @@ appname="frpc"
|
||||
needver="0.0.1"
|
||||
supports="linux_arm,linux_mips,linux_x86_64,darwin_x86_64"
|
||||
appinfo="内网穿透工具,相对于ngrok资源占用较多"
|
||||
newinfo="frp程序更新到0.21.0"
|
||||
version="0.0.3"
|
||||
newinfo="修改默认的版本识别,从二进制文件获取默认版本"
|
||||
version="0.0.4"
|
||||
|
||||
@@ -6,7 +6,7 @@ eval `mbdb export frpc`
|
||||
[ -z "$tcp_mux" ] && tcp_mux="true"
|
||||
[ -z "$user" ] && user="mixbox"
|
||||
[ -z "$protocol" ] && protocol="tcp"
|
||||
[ -z "$runver" ] && runver=0.21.0
|
||||
[ -z "$runver" ] && runver=`${mbroot}/apps/${appname}/bin/${appname} -v`
|
||||
|
||||
set_config() {
|
||||
|
||||
|
||||
Reference in New Issue
Block a user