<feed xmlns='http://www.w3.org/2005/Atom'>
<title>luci/applications/luci-app-https-dns-proxy/Makefile, branch master</title>
<subtitle>Lua Configuration Interface (mirror)</subtitle>
<id>https://git.openwrt.org/project/luci/atom?h=master</id>
<link rel='self' href='https://git.openwrt.org/project/luci/atom?h=master'/>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/project/luci/'/>
<updated>2026-05-04T00:41:55Z</updated>
<entry>
<title>luci-app-https-dns-proxy: update to 2026.03.18-1</title>
<updated>2026-05-04T00:41:55Z</updated>
<author>
<name>Stan Grishin</name>
</author>
<published>2026-05-02T01:06:37Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/project/luci/commit/?id=8e53f402adad2165538a5353623fa997eedd43da'/>
<id>urn:sha1:8e53f402adad2165538a5353623fa997eedd43da</id>
<content type='text'>
Maintainer: me
Compile tested: x86_64, Dell EMC Edge620, OpenWrt 25.12.1
Run tested: x86_64, Dell EMC Edge620, OpenWrt 25.12.1

Description:
update to new upstream version

  - Bump PKG_VERSION to 2026.03.18.
  - Reset PKG_RELEASE to 1.

Signed-off-by: Stan Grishin &lt;stangri@melmac.ca&gt;
</content>
</entry>
<entry>
<title>luci-app-https-dns-proxy: update to 2025.12.29-5</title>
<updated>2026-04-26T21:34:37Z</updated>
<author>
<name>Stan Grishin</name>
</author>
<published>2026-04-25T01:17:15Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/project/luci/commit/?id=e42b52a34883c6828cae5176f354491fd692f3a3'/>
<id>urn:sha1:e42b52a34883c6828cae5176f354491fd692f3a3</id>
<content type='text'>
Maintainer: me
Compile tested: x86_64, Dell EMC Edge620, OpenWrt 25.12.1
Run tested: x86_64, Dell EMC Edge620, OpenWrt 25.12.1

Description:
update to PKG_RELEASE 5 and status page improvements

  - Bump PKG_RELEASE from 4 to 5.

htdocs/luci-static/resources/https-dns-proxy/status.js:
  - Remove redundant 'cbi-value-description' class from statusText element.
  - Remove old README link from instances description.
  - Restructure instances description to correctly display donate link.
  - Add a line break element after the instancesText output.

po/templates/https-dns-proxy.pot:
  - Update POT file to reflect changes in status.js.

root/usr/libexec/rpcd/luci.https-dns-proxy:
  - Redirect stderr for is_enabled and is_running functions to /dev/null.
  - Correctly retrieve service name in `get_init_list` using basename.
  - Remove extraneous `json_close_array` call from `get_init_status`.
  - Ensure `ubus_get_ports` uses correct JSON quoting.

Signed-off-by: Stan Grishin &lt;stangri@melmac.ca&gt;
</content>
</entry>
<entry>
<title>luci-app-https-dns-proxy: update to 2025.12.29-4</title>
<updated>2026-03-04T01:44:02Z</updated>
<author>
<name>Stan Grishin</name>
</author>
<published>2026-03-02T20:17:14Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/project/luci/commit/?id=60b1eac5a4b74f30df71dd5ff0716e8506546787'/>
<id>urn:sha1:60b1eac5a4b74f30df71dd5ff0716e8506546787</id>
<content type='text'>
This commit adds support for:
* new unified provider.json support to save space compared to individual
  provider json files
* new v.recipes provider (thanks @morytyann!)
* functional testing
* minor js/shell code improvements

Signed-off-by: Stan Grishin &lt;stangri@melmac.ca&gt;
</content>
</entry>
<entry>
<title>luci-app-https-dns-proxy: update to 2025.12.29-3</title>
<updated>2026-01-19T23:54:58Z</updated>
<author>
<name>Stan Grishin</name>
</author>
<published>2026-01-19T23:54:50Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/project/luci/commit/?id=721ec9414546d1968dcaed39e1986b415759d2c5'/>
<id>urn:sha1:721ec9414546d1968dcaed39e1986b415759d2c5</id>
<content type='text'>
status.js:
* update the donate anchor
* replace RPCD call with direct ubus pull of service info for faster
  operation

Overview page include javascript file:
* replace RPCD call with ubus pull

RPCD script:
* remove obsolete getRuntime method
* bugfix: prevent execution of arbitrary code (thanks @iwallplace)

ACL file:
* remove obsolete getRuntime access and add access to service list

Signed-off-by: Stan Grishin &lt;stangri@melmac.ca&gt;
</content>
</entry>
<entry>
<title>luci-app-https-dns-proxy: update to 2025-12-29-1</title>
<updated>2026-01-08T03:30:58Z</updated>
<author>
<name>Stan Grishin</name>
</author>
<published>2026-01-08T03:30:01Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/project/luci/commit/?id=4979338bbbb95c84e661bcd2c2771dcd4d49cfd5'/>
<id>urn:sha1:4979338bbbb95c84e661bcd2c2771dcd4d49cfd5</id>
<content type='text'>
* update version to match principal package
* split the main config section into service configs and the global
  instance configs
* add support for the new source_addr option; @karl82 I'd appreciate if
  you could look at the WebUI and documentation and suggest improvements
  for description
* add WebUI support for all available configs in both global configs and
  per-instance/provider modal window
* bugfix: store bootstrap_dns options from the provider json file when
  adding a new instance
* if listen_addr or listen_port or source_addr are not set, display nicer
  text in the GridSection view than `none`.

Signed-off-by: Stan Grishin &lt;stangri@melmac.ca&gt;
</content>
</entry>
<entry>
<title>luci-app-https-dns-proxy: bugfix: rename options in luci app</title>
<updated>2025-11-28T23:40:07Z</updated>
<author>
<name>Stan Grishin</name>
</author>
<published>2025-11-28T23:40:07Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/project/luci/commit/?id=cebf4cccce5a3b0daeda49d4e4ef784d698f6e74'/>
<id>urn:sha1:cebf4cccce5a3b0daeda49d4e4ef784d698f6e74</id>
<content type='text'>
Signed-off-by: Stan Grishin &lt;stangri@melmac.ca&gt;
</content>
</entry>
<entry>
<title>luci-app-https-dns-proxy: update to 2025.10.07-r1</title>
<updated>2025-10-07T22:43:24Z</updated>
<author>
<name>Stan Grishin</name>
</author>
<published>2025-10-07T22:42:40Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/project/luci/commit/?id=3101545acf2a42b74163f7d899038194d18bb639'/>
<id>urn:sha1:3101545acf2a42b74163f7d899038194d18bb639</id>
<content type='text'>
* sync with principal package

Signed-off-by: Stan Grishin &lt;stangri@melmac.ca&gt;
</content>
</entry>
<entry>
<title>luci-app-https-dns-proxy: update to 2025.05.11-4</title>
<updated>2025-08-08T20:44:45Z</updated>
<author>
<name>Stan Grishin</name>
</author>
<published>2025-08-08T20:38:28Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/project/luci/commit/?id=45e3d1ac1908509f4d5ec7d79d5723697667af36'/>
<id>urn:sha1:45e3d1ac1908509f4d5ec7d79d5723697667af36</id>
<content type='text'>
* update license ID and copyright in Makefile
* add a short README with link to full documentation
* switch doc link from melmac.net to melmac.ca
* add donate text/URL
* attempt to fix bootstrap DNS loading/saving from json
* add DNS4EU provider (thanks @rikroe)
* add OpenNameServer provider (thanks @Phoenix616)

Signed-off-by: Stan Grishin &lt;stangri@melmac.ca&gt;
</content>
</entry>
<entry>
<title>luci-app-https-dns-proxy: update to 2025.05.11</title>
<updated>2025-05-12T02:10:23Z</updated>
<author>
<name>Stan Grishin</name>
</author>
<published>2025-05-12T02:08:33Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/project/luci/commit/?id=bd5cb1dd66c5a79e36e7fd2960bfc70e73fad686'/>
<id>urn:sha1:bd5cb1dd66c5a79e36e7fd2960bfc70e73fad686</id>
<content type='text'>
* fixes https://github.com/openwrt/luci/issues/7763
* fixes https://github.com/stangri/luci-app-https-dns-proxy/issues/9
* fix README link

Signed-off-by: Stan Grishin &lt;stangri@melmac.ca&gt;
</content>
</entry>
<entry>
<title>luci-app-https-dns-proxy: bugfix and version bump</title>
<updated>2025-02-10T21:14:42Z</updated>
<author>
<name>Stan Grishin</name>
</author>
<published>2025-02-10T21:11:14Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/project/luci/commit/?id=4d5067b91957658503e5361168460d6cf4891fe5'/>
<id>urn:sha1:4d5067b91957658503e5361168460d6cf4891fe5</id>
<content type='text'>
* bugfix: restna.lu URL (thanks @giantplaceholder)
* version bump to sync with principal package

Signed-off-by: Stan Grishin &lt;stangri@melmac.ca&gt;
</content>
</entry>
</feed>
