diff --git a/README.md b/README.md index faf348218..9499dcfbd 100644 --- a/README.md +++ b/README.md @@ -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 diff --git a/adguard/CHANGELOG.md b/adguard/CHANGELOG.md index 6e8c21366..2c130f435 100644 --- a/adguard/CHANGELOG.md +++ b/adguard/CHANGELOG.md @@ -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 diff --git a/adguard/DOCS.md b/adguard/DOCS.md index 03fbf8372..5a54cdf8c 100644 --- a/adguard/DOCS.md +++ b/adguard/DOCS.md @@ -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] diff --git a/adguard/README.md b/adguard/README.md index 7d1837c5c..f00e4b005 100644 --- a/adguard/README.md +++ b/adguard/README.md @@ -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 \ No newline at end of file +[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 \ No newline at end of file diff --git a/adguard/config.json b/adguard/config.json index e07d8f15f..f1be4d8d0 100644 --- a/adguard/config.json +++ b/adguard/config.json @@ -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",