Configs update

This commit is contained in:
Vadim Vetrov
2025-12-28 12:55:30 +03:00
parent 814980f5b2
commit 1f0cb673e9
5 changed files with 11 additions and 11 deletions

View File

@@ -5,9 +5,9 @@ include $(TOPDIR)/rules.mk
include $(INCLUDE_DIR)/kernel.mk include $(INCLUDE_DIR)/kernel.mk
PKG_NAME:=youtubeUnblock PKG_NAME:=youtubeUnblock
PKG_VERSION:=1.1.0 PKG_VERSION:=1.1.1
PKG_REV:=473af29c6b3f93e9599c97cc0abec390e15f300b PKG_REV:=07334c598dc1b903b40f8c8fa04c5857d1664156
PKG_RELEASE:=2 PKG_RELEASE:=1
PKG_SOURCE_URL:=https://github.com/Waujito/youtubeUnblock.git PKG_SOURCE_URL:=https://github.com/Waujito/youtubeUnblock.git
PKG_SOURCE_PROTO:=git PKG_SOURCE_PROTO:=git

View File

@@ -28,7 +28,7 @@ return view.extend({
o.depends('tls_enabled', '1'); o.depends('tls_enabled', '1');
o.enabled = '1' o.enabled = '1'
o.disabled = '0' o.disabled = '0'
o.default = o.enabled; o.default = o.disabled;
o.rmempty = false; o.rmempty = false;
o = s.option(form.ListValue, "faking_strategy", _("Faking strategy"), ` o = s.option(form.ListValue, "faking_strategy", _("Faking strategy"), `

View File

@@ -3,9 +3,9 @@
include $(TOPDIR)/rules.mk include $(TOPDIR)/rules.mk
PKG_NAME:=youtubeUnblock PKG_NAME:=youtubeUnblock
PKG_VERSION:=1.1.0 PKG_VERSION:=1.1.1
PKG_REV:=473af29c6b3f93e9599c97cc0abec390e15f300b PKG_REV:=07334c598dc1b903b40f8c8fa04c5857d1664156
PKG_RELEASE:=2 PKG_RELEASE:=1
PKG_SOURCE_URL:=https://github.com/Waujito/youtubeUnblock.git PKG_SOURCE_URL:=https://github.com/Waujito/youtubeUnblock.git
PKG_SOURCE_PROTO:=git PKG_SOURCE_PROTO:=git

View File

@@ -22,7 +22,7 @@ add youtubeUnblock section
set youtubeUnblock.@section[0].name='Default section' set youtubeUnblock.@section[0].name='Default section'
set youtubeUnblock.@section[0].enabled='1' set youtubeUnblock.@section[0].enabled='1'
set youtubeUnblock.@section[0].tls_enabled='1' set youtubeUnblock.@section[0].tls_enabled='1'
set youtubeUnblock.@section[0].fake_sni='1' set youtubeUnblock.@section[0].fake_sni='0'
set youtubeUnblock.@section[0].faking_strategy='pastseq' set youtubeUnblock.@section[0].faking_strategy='pastseq'
set youtubeUnblock.@section[0].fake_sni_seq_len='1' set youtubeUnblock.@section[0].fake_sni_seq_len='1'
set youtubeUnblock.@section[0].fake_sni_type='default' set youtubeUnblock.@section[0].fake_sni_type='default'

View File

@@ -3,9 +3,9 @@
include $(TOPDIR)/rules.mk include $(TOPDIR)/rules.mk
PKG_NAME:=youtubeUnblock PKG_NAME:=youtubeUnblock
PKG_VERSION:=1.1.0 PKG_VERSION:=1.1.1
PKG_REV:=473af29c6b3f93e9599c97cc0abec390e15f300b PKG_REV:=07334c598dc1b903b40f8c8fa04c5857d1664156
PKG_RELEASE:=2 PKG_RELEASE:=1
PKG_SOURCE_URL:=https://github.com/Waujito/youtubeUnblock.git PKG_SOURCE_URL:=https://github.com/Waujito/youtubeUnblock.git
PKG_SOURCE_PROTO:=git PKG_SOURCE_PROTO:=git