From cb80ec96b786c7724cbd2178bf62fe3ddeb40148 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Tue, 7 Dec 2021 20:34:17 +0800 Subject: [PATCH] update-12.07 --- luci-app-godproxy/root/etc/config/koolproxy | 2 +- v2ray-plugin/Makefile | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/luci-app-godproxy/root/etc/config/koolproxy b/luci-app-godproxy/root/etc/config/koolproxy index ecbfb2bdd..8cef6da4e 100644 --- a/luci-app-godproxy/root/etc/config/koolproxy +++ b/luci-app-godproxy/root/etc/config/koolproxy @@ -1,5 +1,5 @@ config global - option enabled '1' + option enabled '0' option koolproxy_port '0' option startup_delay '0' option koolproxy_acl_default '1' diff --git a/v2ray-plugin/Makefile b/v2ray-plugin/Makefile index 68e933206..a45b03993 100644 --- a/v2ray-plugin/Makefile +++ b/v2ray-plugin/Makefile @@ -6,7 +6,7 @@ include $(TOPDIR)/rules.mk PKG_NAME:=v2ray-plugin -PKG_VERSION:=4.43.0 +PKG_VERSION:=4.44.0 PKG_RELEASE:=$(AUTORELEASE) PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz