Software update: AdGuard Home 0.107.33

Spread the love

AdGuard Home version 0.107.33 has been released. With this software, a DNS server can be set up at home to block advertisements and malware on the entire network. It is therefore comparable to Pi-hole. AdGuard Home works on a machine with Windows, macOS, Linux or FreeBSD, is also able to protect against phishing and has parental control. The program can be discussed on our own forum. The following changes and improvements have been made in this release:

Added

  • The new command-line flag –web-addr is the address to serve the web UI on, in the host:port format.
  • The ability to set inactivity periods for filtering blocked services, both globally and per client, in the configuration file (#951). The UI changes are coming in the upcoming releases.
  • The ability to edit rewrite rules via PUT /control/rewrite/update HTTP API and the Web UI (#1577).

Changed

Configuration Changes

In this release, the schema version has changed from 20 to 23.

  • Properties bind_host, bind_port, and web_session_ttl which used to setup web UI binding configuration, are now moved to a new object http containing new properties address and session_ttl: # BEFORE: ‘bind_host’: ‘1.2.3.4’ ‘bind_port’: 8080 ‘web_session_ttl ‘: 720 # AFTER: ‘http’: ‘address’: ‘1.2.3.4:8080’ ‘session_ttl’: ‘720h’

    Note that the new http.session_ttl property is now a duration string. To rollback this change, remove the new object http, set back bind_host, bind_port, web_session_ttl, and change the schema_version back to 22.

  • Property clients.persistent.blocked_services, which in schema versions 21 and earlier used to be a list containing ids of blocked services, is now an object containing ids and schedule for blocked services: # BEFORE: ‘clients’: ‘persistent’: – ‘ name’: ‘client-name’ ‘blocked_services’: – id_1 – id_2 # AFTER: ‘clients’: ‘persistent’: – ‘name’: client-name ‘blocked_services’: ‘ids’: – id_1 – id_2 ‘schedule’ : ‘time_zone’: ‘Local’ ‘sun’: ‘start’: ‘0s’ ‘end’: ’24h’ ‘mon’: ‘start’: ‘1h’ ‘end’: ’23h’

    To rollback this change, replace clients.persistent.blocked_services object with the list of ids of blocked services and change the schema_version back to 21.

  • Property dns.blocked_services, which in schema versions 20 and earlier used to be a list containing ids of blocked services, is now an object containing ids and schedule for blocked services: # BEFORE: ‘blocked_services’: – id_1 – id_2 # AFTER: ‘ blocked_services’: ‘ids’: – id_1 – id_2 ‘schedule’: ‘time_zone’: ‘Local’ ‘sun’: ‘start’: ‘0s’ ‘end’: ’24h’ ‘mon’: ‘start’: ’10m ‘ ‘end’: ’23b0m’ ‘tue’: ‘start’: ’20m’ ‘end’: ’23h’ ‘wed’: ‘start’: ’30m’ ‘end’: ’22b0m’ ‘thu’: ‘start ‘: ’40m’ ‘end’: ’22h’ ‘fri’: ‘start’: ’50m’ ‘end’: ’21b0m’ ‘sat’: ‘start’: ‘1h’ ‘end’: ’21h’

    To rollback this change, replace dns.blocked_services object with the list of ids of blocked services and change the schema_version back to 20.

Deprecated

  • HEALTHCHECK and ENTRYPOINT sections in Dockerfile (#5939). They cause a lot of issues, especially with tools like docker-compose and podman, and will be removed in a future release.
  • Flags -h, –host, -p, –port have been deprecated. The -h flag will work as an alias for –help, instead of the deprecated –host in the future releases.

Fixed

  • Ignoring of /etc/hosts file when resolving the hostnames of upstream DNS servers (#5902).
  • Excessive error logging when using DNS-over-QUIC (#5285).
  • Inability to set bind_host in AdGuardHome.yaml in Docker (#4231, #4235).
  • The blocklists can now be deleted properly (#5700).
  • Queries with the question-section target ., for example NS ., are now counted in the statistics and correctly shown in the query log (#5910).
  • Safe Search not working with AAAA queries for domains that don’t have AAAA records (#5913).

Version number 0.107.33
Release status Final
Operating systems Windows 7, Linux, BSD, macOS, Windows 8, Windows 10, Windows 11
Website AdGuard Team
Download https://github.com/AdguardTeam/AdGuardHome/releases/tag/v0.107.33
License type GPL
You might also like