feat: add webshell

This commit is contained in:
Fred Liang
2020-05-27 22:03:47 +08:00
parent 7436d54fb8
commit 251e6c7fc1
3 changed files with 2 additions and 2 deletions

View File

@@ -1,7 +1,7 @@
service=ShadowSocks service=ShadowSocks
appname="shadowsocks" appname="shadowsocks"
needver="0.0.1" needver="0.0.1"
supports="linux_arm,linux_mips,linux_x86_64" supports="linux_aarch64,linux_arm,linux_mips,linux_x86_64"
openport="1" openport="1"
backupfiles="config/ssserver.conf,config/sscontrol.conf,config/customize_black.conf,config/customize_white.conf" backupfiles="config/ssserver.conf,config/sscontrol.conf,config/customize_black.conf,config/customize_white.conf"
appinfo="最好的翻墙工具,没有之一,还可以加速国内外游戏" appinfo="最好的翻墙工具,没有之一,还可以加速国内外游戏"

Binary file not shown.

View File

@@ -1,7 +1,7 @@
service="WebShell" service="WebShell"
appname="webshell" appname="webshell"
needver="0.0.1" needver="0.0.1"
supports="linux_arm,linux_mips,linux_x86_64" supports="linux_aarch64,linux_arm,linux_mips,linux_x86_64"
appinfo="网页ssh工具可在网页上管理路由器" appinfo="网页ssh工具可在网页上管理路由器"
newinfo="" newinfo=""
version="0.0.2" version="0.0.2"