File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ include $(TOPDIR)/rules.mk
33
44PKG_NAME: =https-dns-proxy
55PKG_VERSION: =2025.10.07
6- PKG_RELEASE: =1
6+ PKG_RELEASE: =2
77
88PKG_SOURCE_PROTO: =git
99PKG_SOURCE_URL: =https://github.com/aarond10/https_dns_proxy/
Original file line number Diff line number Diff line change @@ -206,7 +206,7 @@ load_package_config() {
206206 config_get_bool procd_trigger_wan6 ' config' ' procd_trigger_wan6' ' 0'
207207 config_get_bool global_force_http1 ' config' ' force_http1' ' 0'
208208 config_get_bool global_force_http3 ' config' ' force_http3' ' 0'
209- config_get_bool global_force_ipv6 ' config' ' global_force_ipv6_resolvers ' ' 0'
209+ config_get_bool global_force_ipv6 ' config' ' force_ipv6_resolvers ' ' 0'
210210 config_get dnsmasq_config_update ' config' ' dnsmasq_config_update' ' *'
211211 config_get force_dns_port ' config' ' force_dns_port' ' 53 853'
212212 config_get force_dns_src_interface ' config' ' force_dns_src_interface' ' lan'
You can’t perform that action at this time.
0 commit comments