mirror of
https://github.com/Waujito/youtubeUnblock.git
synced 2026-01-27 04:30:35 +03:00
Configs update
This commit is contained in:
@@ -5,9 +5,9 @@ include $(TOPDIR)/rules.mk
|
||||
include $(INCLUDE_DIR)/kernel.mk
|
||||
|
||||
PKG_NAME:=youtubeUnblock
|
||||
PKG_VERSION:=1.1.0
|
||||
PKG_REV:=473af29c6b3f93e9599c97cc0abec390e15f300b
|
||||
PKG_RELEASE:=2
|
||||
PKG_VERSION:=1.1.1
|
||||
PKG_REV:=07334c598dc1b903b40f8c8fa04c5857d1664156
|
||||
PKG_RELEASE:=1
|
||||
|
||||
PKG_SOURCE_URL:=https://github.com/Waujito/youtubeUnblock.git
|
||||
PKG_SOURCE_PROTO:=git
|
||||
|
||||
@@ -28,7 +28,7 @@ return view.extend({
|
||||
o.depends('tls_enabled', '1');
|
||||
o.enabled = '1'
|
||||
o.disabled = '0'
|
||||
o.default = o.enabled;
|
||||
o.default = o.disabled;
|
||||
o.rmempty = false;
|
||||
|
||||
o = s.option(form.ListValue, "faking_strategy", _("Faking strategy"), `
|
||||
|
||||
@@ -3,9 +3,9 @@
|
||||
include $(TOPDIR)/rules.mk
|
||||
|
||||
PKG_NAME:=youtubeUnblock
|
||||
PKG_VERSION:=1.1.0
|
||||
PKG_REV:=473af29c6b3f93e9599c97cc0abec390e15f300b
|
||||
PKG_RELEASE:=2
|
||||
PKG_VERSION:=1.1.1
|
||||
PKG_REV:=07334c598dc1b903b40f8c8fa04c5857d1664156
|
||||
PKG_RELEASE:=1
|
||||
|
||||
PKG_SOURCE_URL:=https://github.com/Waujito/youtubeUnblock.git
|
||||
PKG_SOURCE_PROTO:=git
|
||||
|
||||
@@ -22,7 +22,7 @@ add youtubeUnblock section
|
||||
set youtubeUnblock.@section[0].name='Default section'
|
||||
set youtubeUnblock.@section[0].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].fake_sni_seq_len='1'
|
||||
set youtubeUnblock.@section[0].fake_sni_type='default'
|
||||
|
||||
@@ -3,9 +3,9 @@
|
||||
include $(TOPDIR)/rules.mk
|
||||
|
||||
PKG_NAME:=youtubeUnblock
|
||||
PKG_VERSION:=1.1.0
|
||||
PKG_REV:=473af29c6b3f93e9599c97cc0abec390e15f300b
|
||||
PKG_RELEASE:=2
|
||||
PKG_VERSION:=1.1.1
|
||||
PKG_REV:=07334c598dc1b903b40f8c8fa04c5857d1664156
|
||||
PKG_RELEASE:=1
|
||||
|
||||
PKG_SOURCE_URL:=https://github.com/Waujito/youtubeUnblock.git
|
||||
PKG_SOURCE_PROTO:=git
|
||||
|
||||
Reference in New Issue
Block a user