⬆️ Updating add-on AdGuard Home to edd538a

This commit is contained in:
Community Hass.io Add-ons Bot 2020-05-29 18:42:46 +00:00
parent 414a7c0670
commit 381ef02eee
5 changed files with 16 additions and 7 deletions

View file

@ -826,10 +826,10 @@ SOFTWARE.
[adb-armhf-shield]: https://img.shields.io/badge/armhf-no-red.svg
[adb-armv7-shield]: https://img.shields.io/badge/armv7-yes-green.svg
[adb-i386-shield]: https://img.shields.io/badge/i386-yes-green.svg
[addon-adguard]: https://github.com/hassio-addons/addon-adguard-home/tree/56e8e28
[addon-doc-adguard]: https://github.com/hassio-addons/addon-adguard-home/blob/56e8e28/README.md
[addon-adguard]: https://github.com/hassio-addons/addon-adguard-home/tree/edd538a
[addon-doc-adguard]: https://github.com/hassio-addons/addon-adguard-home/blob/edd538a/README.md
[adguard-issue]: https://github.com/hassio-addons/addon-adguard-home/issues
[adguard-version-shield]: https://img.shields.io/badge/version-56e8e28-blue.svg
[adguard-version-shield]: https://img.shields.io/badge/version-edd538a-blue.svg
[adguard-pulls-shield]: https://img.shields.io/docker/pulls/hassioaddons/adguard-armhf.svg
[adguard-aarch64-shield]: https://img.shields.io/badge/aarch64-yes-green.svg
[adguard-amd64-shield]: https://img.shields.io/badge/amd64-yes-green.svg

View file

@ -1,4 +1,5 @@
# Changelog since v2.3.3
- 🔨 Configure Adguard port/protocol dynamically on startup (#67)
- ✏ Documentation tweak
- ✏ Split add-on documentation
- 🔨 Implement OCI image specification on labels

View file

@ -85,6 +85,14 @@ authentication on the AdGuard Home by setting it to `true`.
**Note**: _We STRONGLY suggest, not to use this, even if this add-on is
only exposed to your internal network. USE AT YOUR OWN RISK!_
## Encryption Settings (Advanced Usage)
Adguard allows the configuration of running DNS-over-HTTPS and DNS-over-
TLS locally. If you configure these options please ensure to restart the
addon afterwards. Also to use DNS-over-HTTPS correctly please ensure to
configure SSL on the addon as well as in Adguard itself. Also consider
that the addon and Adguard cannot use the same port for SSL.
## Changelog & Releases
This repository keeps a change log using [GitHub's releases][releases]

View file

@ -51,6 +51,6 @@ If you are more interested in stable releases of our add-ons:
[patreon-shield]: https://frenck.dev/wp-content/uploads/2019/12/patreon.png
[patreon]: https://www.patreon.com/frenck
[project-stage-shield]: https://img.shields.io/badge/project%20stage-production%20ready-brightgreen.svg
[release-shield]: https://img.shields.io/badge/version-56e8e28-blue.svg
[release]: https://github.com/hassio-addons/addon-adguard-home/tree/56e8e28
[screenshot]: https://github.com/hassio-addons/addon-adguard-home/raw/56e8e28/images/screenshot.png
[release-shield]: https://img.shields.io/badge/version-edd538a-blue.svg
[release]: https://github.com/hassio-addons/addon-adguard-home/tree/edd538a
[screenshot]: https://github.com/hassio-addons/addon-adguard-home/raw/edd538a/images/screenshot.png

View file

@ -1,6 +1,6 @@
{
"name": "AdGuard Home",
"version": "56e8e28",
"version": "edd538a",
"slug": "adguard",
"description": "Network-wide ads & trackers blocking DNS server",
"url": "https://github.com/hassio-addons/addon-adguard-home",