From b10f820f14b905e932db77896e7a74097d6ef8bb Mon Sep 17 00:00:00 2001 From: kenzok8 Date: Fri, 28 Jun 2024 10:30:45 +0800 Subject: [PATCH] update 2024-06-28 10:30:45 --- .../model/cbi/passwall/client/node_subscribe_config.lua | 6 +++--- quickstart/Makefile | 4 ++-- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/luci-app-passwall/luasrc/model/cbi/passwall/client/node_subscribe_config.lua b/luci-app-passwall/luasrc/model/cbi/passwall/client/node_subscribe_config.lua index c6c6e7753..4c5ce1c2f 100644 --- a/luci-app-passwall/luasrc/model/cbi/passwall/client/node_subscribe_config.lua +++ b/luci-app-passwall/luasrc/model/cbi/passwall/client/node_subscribe_config.lua @@ -176,11 +176,11 @@ o:depends("week_update", "8") o.rmempty = true o = s:option(Value, "user_agent", translate("User-Agent")) -o.default = "sing-box/9.9.9" -o:value("curl", "Curl Default") +o.default = "v2rayN/9.99" +o:value("curl", "Curl") o:value("Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/122.0.0.0 Safari/537.36 Edg/122.0.0.0", "Edge for Linux") o:value("Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/122.0.0.0 Safari/537.36 Edg/122.0.0.0", "Edge for Windows") o:value("Passwall/OpenWrt", "PassWall") -o:value("sing-box/9.9.9", "Xboard(V2board)") +o:value("v2rayN/9.99", "V2rayN") return m diff --git a/quickstart/Makefile b/quickstart/Makefile index cb6937079..e81a9a990 100644 --- a/quickstart/Makefile +++ b/quickstart/Makefile @@ -10,11 +10,11 @@ include $(TOPDIR)/rules.mk PKG_ARCH_quickstart:=$(ARCH) PKG_NAME:=quickstart -PKG_VERSION:=0.8.14 +PKG_VERSION:=0.8.15 PKG_RELEASE:=1 PKG_SOURCE:=$(PKG_NAME)-binary-$(PKG_VERSION).tar.gz PKG_SOURCE_URL:=https://github.com/linkease/istore-packages/releases/download/prebuilt/ -PKG_HASH:=287d60f90d7df57e325dee417166bf5eb6e05cf6089fd3ef6e1111f2fe896cf6 +PKG_HASH:=752e43cb861079ce55bb274daf4f6b882fc794b5bc3a3910709b1812d08014d6 PKG_BUILD_DIR:=$(BUILD_DIR)/$(PKG_NAME)-binary-$(PKG_VERSION)