update 2022-09-24 09:07:58

This commit is contained in:
github-actions[bot] 2022-09-24 09:07:58 +08:00
parent 592b835483
commit 597db03396
3 changed files with 136 additions and 142 deletions

View File

@ -22,7 +22,7 @@ PKG_CONFIG_DEPENDS:= \
LUCI_TITLE:=SS/SSR/Xray/Trojan/NaiveProxy/Socks5/Tun LuCI interface
LUCI_PKGARCH:=all
LUCI_DEPENDS:=+ipset +kmod-ipt-nat +ip-full +iptables-mod-tproxy +lua-neturl +dnsmasq-full +smartdns +coreutils +coreutils-base64 +curl +tcping +chinadns-ng +lua +luci-compat +unzip +lua-maxminddb \
LUCI_DEPENDS:=+ipset +kmod-ipt-nat +ip-full +iptables-mod-tproxy +lua-neturl +dnsmasq-full +smartdns +coreutils +coreutils-base64 +curl +tcping +chinadns-ng +lua +luci-compat +luci-lib-ipkg +unzip +lua-maxminddb \
+PACKAGE_$(PKG_NAME)_INCLUDE_Shadowsocks_Libev_Server:shadowsocks-libev-ss-server \
+PACKAGE_$(PKG_NAME)_INCLUDE_Shadowsocks_Libev_Client:shadowsocks-libev-ss-local \
+PACKAGE_$(PKG_NAME)_INCLUDE_Shadowsocks_Libev_Client:shadowsocks-libev-ss-redir \

File diff suppressed because it is too large Load Diff

View File

@ -11,10 +11,6 @@ local v2raya_bin = "/usr/bin/v2raya"
m = Map("v2raya")
m.title = translate("v2rayA Client")
m.description = translate("v2rayA is a V2Ray Linux client supporting global transparent proxy, compatible with SS, SSR, Trojan(trojan-go), PingTunnel protocols.")
m.apply_on_parse = true
m.on_after_apply = function(self)
luci.sys.call("/etc/init.d/v2raya restart")
end
m:section(SimpleSection).template = "v2raya/v2raya_status"
@ -131,6 +127,11 @@ o = s:taboption("log", Value, "log", translate("Logs"))
o.template = "v2raya/v2raya_log"
--[[o.rows = 50]]--
m.apply_on_parse = true
m.on_after_apply = function(self,map)
luci.sys.call("/etc/init.d/v2raya restart")
end
--[[
o.inputstyle = "reload"
luci.sys.exec("/etc/init.d/v2raya start >/dev/null 2>&1 &")