<feed xmlns='http://www.w3.org/2005/Atom'>
<title>packages/net/https-dns-proxy/files, branch master</title>
<subtitle>Mirror of packages feed</subtitle>
<id>https://git-03.infra.openwrt.org/feed/packages/atom?h=master</id>
<link rel='self' href='https://git-03.infra.openwrt.org/feed/packages/atom?h=master'/>
<link rel='alternate' type='text/html' href='https://git-03.infra.openwrt.org/feed/packages/'/>
<updated>2026-03-04T01:43:22Z</updated>
<entry>
<title>https-dns-proxy: update to 2025.12.29-4</title>
<updated>2026-03-04T01:43:22Z</updated>
<author>
<name>Stan Grishin</name>
</author>
<published>2026-03-02T20:21:48Z</published>
<link rel='alternate' type='text/html' href='https://git-03.infra.openwrt.org/feed/packages/commit/?id=7d0db39fc88c047e98ff9fd8bc746e0e68b100f2'/>
<id>urn:sha1:7d0db39fc88c047e98ff9fd8bc746e0e68b100f2</id>
<content type='text'>
* add explicit LICENSE file to the repository
* pretty up Makefile
* minor shell script styling improvements
* better parsing if individual dnsmasq instances are used in config
* functional test

Signed-off-by: Stan Grishin &lt;stangri@melmac.ca&gt;
</content>
</entry>
<entry>
<title>https-dns-proxy: update to 2025-12-29-1</title>
<updated>2026-01-09T02:04:03Z</updated>
<author>
<name>Stan Grishin</name>
</author>
<published>2026-01-08T03:22:38Z</published>
<link rel='alternate' type='text/html' href='https://git-03.infra.openwrt.org/feed/packages/commit/?id=c46fe559b01de869f79533fc54cc1d77b299a473'/>
<id>urn:sha1:c46fe559b01de869f79533fc54cc1d77b299a473</id>
<content type='text'>
* bump binary to 2025.12.29 with support for -S
* update README and delete README in files/
* bugfix: properly load global option for `force_ipv6_resolvers`
* add global and per-instance `source_addr` option

Thanks to @karl82 for adding source_addr support upstream.

Signed-off-by: Stan Grishin &lt;stangri@melmac.ca&gt;
</content>
</entry>
<entry>
<title>https-dns-proxy: bugfix: remove IPKG_INSTROOT check</title>
<updated>2025-10-11T00:41:21Z</updated>
<author>
<name>Stan Grishin</name>
</author>
<published>2025-10-10T23:30:41Z</published>
<link rel='alternate' type='text/html' href='https://git-03.infra.openwrt.org/feed/packages/commit/?id=62cc35aca94b0e2d1fab0539aa8692a3533f7e60'/>
<id>urn:sha1:62cc35aca94b0e2d1fab0539aa8692a3533f7e60</id>
<content type='text'>
Signed-off-by: Stan Grishin &lt;stangri@melmac.ca&gt;
</content>
</entry>
<entry>
<title>https-dns-proxy: update to 2025.10.07-r1</title>
<updated>2025-10-09T18:26:35Z</updated>
<author>
<name>Stan Grishin</name>
</author>
<published>2025-10-07T16:38:50Z</published>
<link rel='alternate' type='text/html' href='https://git-03.infra.openwrt.org/feed/packages/commit/?id=ad2477e102059bc0690e3d4109e48c14157a3a32'/>
<id>urn:sha1:ad2477e102059bc0690e3d4109e48c14157a3a32</id>
<content type='text'>
Makefile:
* update to latest upstream: https://github.com/aarond10/https_dns_proxy/commit/7b27ecd5598d03bbe79651cc80efca886d433cd9
* update version, release
* drop CONFIGURE_ARGS as the build is curl-independent
* update the link to the documentation

README:
* add small README with the link to documentation

Config:
* rename procd_fw_src_interfaces to force_dns_src_interface to better reflect meaning
* add heartbeat_domain, heartbeat_sleep_timeout, heartbeat_wait_timeout options
* add default user, group and listen_addr options to the main config
* drop the user, group and listen_addr options from the instance configs

Init-script:
* start much earlier so that on boot, the procd_add_raw_trigger works on all systems
* create a ubus() helper function so that service delete does not produce "Command not found"
* new options handling where the global config options can be used for instance options
* some renaming of global/instance variables due to abovementioned redesign
* new open port detection, no longer relying on netstat
* new uci_changes() logic where it returns 0 or 1 instead of text
* new append_parm logic for not adding default value options to CLI
* new boolean options handling logic
* move config loading to load_package_config() function
* new logic for calling procd_set_config_changed firewall based solely on "$force_dns"
* source network.sh based on "${IPKG_INSTROOT}" path
* rename procd_fw_src_interfaces to force_dns_src_interface to better reflect meaning
* rename use_http1 to force_http1
* rename use_ipv6_resolvers_only to force_ipv6_resolvers

Uci-defaults:
* migrate to new option names

Signed-off-by: Stan Grishin &lt;stangri@melmac.ca&gt;
</content>
</entry>
<entry>
<title>https-dns-proxy: update to 2025.05.11</title>
<updated>2025-05-12T22:53:36Z</updated>
<author>
<name>Stan Grishin</name>
</author>
<published>2025-05-12T01:55:03Z</published>
<link rel='alternate' type='text/html' href='https://git-03.infra.openwrt.org/feed/packages/commit/?id=aafff5ff987a45d6bdb49abce8b312edda37ebe9'/>
<id>urn:sha1:aafff5ff987a45d6bdb49abce8b312edda37ebe9</id>
<content type='text'>
* update to 2025.05.11 from upstream: https://github.com/aarond10/https_dns_proxy/commit/a34e20d6e24df603427d91bac8f58c2d3a8aa0a6
* update default config with default value for procd_fw_src_interfaces

Signed-off-by: Stan Grishin &lt;stangri@melmac.ca&gt;
</content>
</entry>
<entry>
<title>https-dns-proxy: bugfixes</title>
<updated>2025-02-18T18:23:20Z</updated>
<author>
<name>Stan Grishin</name>
</author>
<published>2025-02-18T00:13:29Z</published>
<link rel='alternate' type='text/html' href='https://git-03.infra.openwrt.org/feed/packages/commit/?id=706cad572c624c0691220ff81f09ca6d149d323d'/>
<id>urn:sha1:706cad572c624c0691220ff81f09ca6d149d323d</id>
<content type='text'>
* No more `/sbin/uci: Invalid argument output` when set to not update
  dnsmasq instances (thanks @tmcqueen-materials for investigation!)
* Do not wait for interface.up on boot, hopefully this resolves the
  boot-up start for everyone

Signed-off-by: Stan Grishin &lt;stangri@melmac.ca&gt;
</content>
</entry>
<entry>
<title>https-dns-proxy: bugfix: start on boot</title>
<updated>2025-02-13T00:21:33Z</updated>
<author>
<name>Stan Grishin</name>
</author>
<published>2025-02-10T21:18:24Z</published>
<link rel='alternate' type='text/html' href='https://git-03.infra.openwrt.org/feed/packages/commit/?id=4337232f516aa302c3ca85769f20355d768b14a6'/>
<id>urn:sha1:4337232f516aa302c3ca85769f20355d768b14a6</id>
<content type='text'>
* bugfix: working start on boot when interfaces are up
  (thanks @tmcqueen-materials and @b1ackbeat)
* improvement: better output when setting triggers on start

Signed-off-by: Stan Grishin &lt;stangri@melmac.ca&gt;
</content>
</entry>
<entry>
<title>https-dns-proxy: bugfixes and improvements</title>
<updated>2025-01-29T19:07:40Z</updated>
<author>
<name>Stan Grishin</name>
</author>
<published>2025-01-28T00:23:59Z</published>
<link rel='alternate' type='text/html' href='https://git-03.infra.openwrt.org/feed/packages/commit/?id=bee72278719b36c142e48fb964e00bcc41bd55d3'/>
<id>urn:sha1:bee72278719b36c142e48fb964e00bcc41bd55d3</id>
<content type='text'>
* improvement: Makefile: prepend `r` to PKG_RELEASE in binary and init script versions to match package version
* bugfix: init script: more reliable/robust start on boot
* improvement: init script: more compact output()
* improvement: init script: better DNS Hijack login
* improvement: init script: fold some dnsmasq-related functions into dhcp_backup()

Signed-off-by: Stan Grishin &lt;stangri@melmac.ca&gt;
</content>
</entry>
<entry>
<title>https-dns-proxy: update to 2023.12.26-1</title>
<updated>2024-08-02T01:10:00Z</updated>
<author>
<name>Stan Grishin</name>
</author>
<published>2024-08-01T23:54:18Z</published>
<link rel='alternate' type='text/html' href='https://git-03.infra.openwrt.org/feed/packages/commit/?id=9e600ac071514c1e2d2e3b7f9651e755664e31e6'/>
<id>urn:sha1:9e600ac071514c1e2d2e3b7f9651e755664e31e6</id>
<content type='text'>
Makefile:
* update to latest upstream version
* remove PKG_SOURCE_DATE/PKG_SOURCE_RELEASE as they are no longer needed
* set TARGET_CFLAGS/TARGET_LDFLAGS
* update CMAKE_OPTIONS
* add CONFIGURE_ARGS to prepare for building with HTTP/3
* update package URL to upstream repo instead of documentation
* update package/description
* add README.md with link to documentation

init-script:
* do not run within image builder
* add a line which can be uncommented to remove outdated doh_server entries

020-src-options.c-add-version.patch:
* remove it, as it's no longer needed with version set in CMAKE_OPTIONS

Signed-off-by: Stan Grishin &lt;stangri@melmac.ca&gt;
</content>
</entry>
<entry>
<title>https-dns-proxy: prepare migration to APK</title>
<updated>2024-03-24T13:05:05Z</updated>
<author>
<name>Stan Grishin</name>
</author>
<published>2024-03-23T01:02:32Z</published>
<link rel='alternate' type='text/html' href='https://git-03.infra.openwrt.org/feed/packages/commit/?id=b8a8c480fcd71144c794415a46264cc22262cc2a'/>
<id>urn:sha1:b8a8c480fcd71144c794415a46264cc22262cc2a</id>
<content type='text'>
Signed-off-by: Stan Grishin &lt;stangri@melmac.ca&gt;
</content>
</entry>
</feed>
