<feed xmlns='http://www.w3.org/2005/Atom'>
<title>luci/applications/luci-app-https-dns-proxy/htdocs/luci-static/resources/view/https-dns-proxy, 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-07-19T00:26:49Z</updated>
<entry>
<title>luci-app-https-dns-proxy: update to 2026.05.06-1</title>
<updated>2026-07-19T00:26:49Z</updated>
<author>
<name>Stan Grishin</name>
</author>
<published>2026-07-17T18:25:43Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/project/luci/commit/?id=d90ee37daae49c4a2b5e4ae3e7d83fce47d2ab60'/>
<id>urn:sha1:d90ee37daae49c4a2b5e4ae3e7d83fce47d2ab60</id>
<content type='text'>
Maintainer: me
Compile tested: x86_64, Dell EMC Edge620, OpenWrt 25.12.4
Run tested: x86_64, Dell EMC Edge620, OpenWrt 25.12.4

Description:
Update version, add IPv6 bootstrap IPs

  - Update PKG_VERSION to 2026.05.06.
  - Add PKG_CPE_ID.

README.md:
  - Update documentation URLs to mossdef.org domain.

htdocs/luci-static/resources/https-dns-proxy/status.js:
  - Update documentation URLs to mossdef.org domain.
  - Add HTML-escaping for config-derived text in status UI.
  - Apply HTML-escaping to proxy name, address, and port in status UI.

htdocs/luci-static/resources/view/https-dns-proxy/overview.js:
  - Update heartbeat placeholder to heartbeat.mossdef.org.
  - Replace 'Use IPv6 resolvers' option with 'DNS resolver IP family'.
  - Update global and modal-only resolver IP family options.

root/usr/share/https-dns-proxy/providers/com.adguard.dns.json:
  - Add IPv6 bootstrap DNS servers.

root/usr/share/https-dns-proxy/providers/com.dnsforfamily.dns-doh.json:
  - Add IPv6 bootstrap DNS servers.

root/usr/share/https-dns-proxy/providers/com.opendns.doh.json:
  - Add IPv6 bootstrap DNS servers.

root/usr/share/https-dns-proxy/providers/cz.nic.odvr.json:
  - Add IPv6 bootstrap DNS servers.

root/usr/share/https-dns-proxy/providers/google.dns.json:
  - Add IPv6 bootstrap DNS servers.

root/usr/share/https-dns-proxy/providers/gr.libredns.doh.json:
  - Add IPv6 bootstrap DNS servers.

root/usr/share/https-dns-proxy/providers/io.nextdns.dns.json:
  - Add IPv6 bootstrap DNS servers.

root/usr/share/https-dns-proxy/providers/net.idnet.doh.json:
  - Add IPv6 bootstrap DNS servers.

root/usr/share/https-dns-proxy/providers/org.cleanbrowsing.doh.json:
  - Add IPv6 bootstrap DNS servers.

root/usr/share/https-dns-proxy/providers/pub.doh.json:
  - Add IPv6 bootstrap DNS servers.

root/usr/share/https-dns-proxy/providers/recipes.v.json:
  - Add IPv6 bootstrap DNS servers.

root/usr/share/https-dns-proxy/providers/sb.dns.json:
  - Add IPv6 bootstrap DNS servers.

Signed-off-by: Stan Grishin &lt;stangri@melmac.ca&gt;
</content>
</entry>
<entry>
<title>luci-app-https-dns-proxy: bugfix: provider edit</title>
<updated>2026-03-04T20:24:27Z</updated>
<author>
<name>Stan Grishin</name>
</author>
<published>2026-03-04T02:01:35Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/project/luci/commit/?id=5145514530909a0030d8c2aad95a640130f1f053'/>
<id>urn:sha1:5145514530909a0030d8c2aad95a640130f1f053</id>
<content type='text'>
overview.js:
* use _provider.forcewrite to save provider edits

status.js:
* set ids/for: for status section labels to prevent JS console warnings

LICENSE:
* remove from OpenWrt luci repo and only keep upstream

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-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.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: bugfixes and resolvers update</title>
<updated>2024-12-30T03:31:56Z</updated>
<author>
<name>Stan Grishin</name>
</author>
<published>2024-12-30T03:29:04Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/project/luci/commit/?id=e1887f25fe7b1b31f149b839324987763e7b74e6'/>
<id>urn:sha1:e1887f25fe7b1b31f149b839324987763e7b74e6</id>
<content type='text'>
* fix templates loading when no template found (thanks @systemcrash!)
* fix redundant checks in view (thanks @systemcrash!)
* fix/update/delete/add resolvers

Signed-off-by: Stan Grishin &lt;stangri@melmac.ca&gt;
</content>
</entry>
<entry>
<title>luci-app-https-dns-proxy: better description/link for force_dns</title>
<updated>2024-09-23T23:46:55Z</updated>
<author>
<name>Stan Grishin</name>
</author>
<published>2024-09-23T23:32:47Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/project/luci/commit/?id=c70ec6f8c7e2fbf6c66697117914313289f0a14f'/>
<id>urn:sha1:c70ec6f8c7e2fbf6c66697117914313289f0a14f</id>
<content type='text'>
* better description/link for force_dns in WebUI

Signed-off-by: Stan Grishin &lt;stangri@melmac.ca&gt;
</content>
</entry>
<entry>
<title>luci-app-https-dns-proxy: bugfix: OpenDNS family filter URL update</title>
<updated>2024-07-29T01:30:00Z</updated>
<author>
<name>Stan Grishin</name>
</author>
<published>2024-07-29T01:07:55Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/project/luci/commit/?id=9c836d14734f069421a459a63436d07cc91dd760'/>
<id>urn:sha1:9c836d14734f069421a459a63436d07cc91dd760</id>
<content type='text'>
* bugfix: update OpenDNS family filter URL
* update copyright/license
* update PKG_RELEASE to avoid double `r` on snapshots
* add LUCI_URL to upstream repository
* update README URL to upstream documentation
* update pkg.URL property to allow linking to a specific version of README
* remove duplicates of pkg object from overview.js/status include js files

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