mirror of
https://github.com/Waujito/youtubeUnblock.git
synced 2025-12-06 03:26:45 +03:00
Fix --udp-stun-filter not applied in luci-app
This commit is contained in:
@@ -7,7 +7,7 @@ include $(INCLUDE_DIR)/kernel.mk
|
||||
PKG_NAME:=youtubeUnblock
|
||||
PKG_VERSION:=1.1.0
|
||||
PKG_REV:=473af29c6b3f93e9599c97cc0abec390e15f300b
|
||||
PKG_RELEASE:=1
|
||||
PKG_RELEASE:=2
|
||||
|
||||
PKG_SOURCE_URL:=https://github.com/Waujito/youtubeUnblock.git
|
||||
PKG_SOURCE_PROTO:=git
|
||||
|
||||
@@ -5,7 +5,7 @@ include $(TOPDIR)/rules.mk
|
||||
PKG_NAME:=youtubeUnblock
|
||||
PKG_VERSION:=1.1.0
|
||||
PKG_REV:=473af29c6b3f93e9599c97cc0abec390e15f300b
|
||||
PKG_RELEASE:=1
|
||||
PKG_RELEASE:=2
|
||||
|
||||
PKG_SOURCE_URL:=https://github.com/Waujito/youtubeUnblock.git
|
||||
PKG_SOURCE_PROTO:=git
|
||||
|
||||
@@ -91,7 +91,7 @@ parse_sections_options() {
|
||||
append_opts_boolean "$config" fake_sni frag_sni_reverse frag_sni_faked frag_middle_sni synfake
|
||||
append_opts "$config" fake_sni_seq_len fake_sni_type fake_custom_payload faking_strategy faking_ttl fake_seq_offset frag frag_sni_pos fk_winsize seg2delay synfake_len sni_detection udp_mode udp_fake_seq_len udp_fake_len udp_filter_quic udp_faking_strategy
|
||||
append_commasep_list "$config" exclude_domains udp_dport_filter
|
||||
append_opts_btoggler "$config" quic_drop
|
||||
append_opts_btoggler "$config" quic_drop udp_stun_filter
|
||||
|
||||
config_get value "$config" section_post_args
|
||||
OPTS="$OPTS $value"
|
||||
|
||||
@@ -5,7 +5,7 @@ include $(TOPDIR)/rules.mk
|
||||
PKG_NAME:=youtubeUnblock
|
||||
PKG_VERSION:=1.1.0
|
||||
PKG_REV:=473af29c6b3f93e9599c97cc0abec390e15f300b
|
||||
PKG_RELEASE:=1
|
||||
PKG_RELEASE:=2
|
||||
|
||||
PKG_SOURCE_URL:=https://github.com/Waujito/youtubeUnblock.git
|
||||
PKG_SOURCE_PROTO:=git
|
||||
|
||||
Reference in New Issue
Block a user