Fix --udp-stun-filter not applied in luci-app

This commit is contained in:
Vadim Vetrov
2025-08-15 08:38:36 +03:00
parent 6e0e0089d3
commit 814980f5b2
4 changed files with 4 additions and 4 deletions

View File

@@ -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

View File

@@ -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

View File

@@ -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"

View File

@@ -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