1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/adguardhome_ynh.git synced 2024-09-03 18:06:23 +02:00

bump version and add a display warning at this upgrade

This commit is contained in:
OniriCorpe 2023-12-27 04:36:43 +01:00
parent a951205bf7
commit ac4a27a368
2 changed files with 9 additions and 1 deletions

View file

@ -0,0 +1,8 @@
From this 0.107.43~ynh4 version, some things have changed:
- port 53 is no longer exposed on the Internet by default, it's now a deliberate choice
- it is now possible to use DoH and DoQ with Let's Encrypt certificates out of the box, but this is also disabled by default for the same reason.
To activate either of these features, please use the config panel:
Applications → AdGuard Home → AdGuard Home configuration
- Expose port 53 to the Internet?
- Enable DNS-over-HTTPS/QUIC?

View file

@ -5,7 +5,7 @@ description.fr = "Serveur DNS, bloqueur de publicités et trackers"
id = "adguardhome" id = "adguardhome"
name = "AdGuard Home" name = "AdGuard Home"
version = "0.107.43~ynh3" version = "0.107.43~ynh4"
maintainers = ["ddataa"] maintainers = ["ddataa"]