You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
See also the [v0.107.70 GitHub milestone][ms-v0.107.70].
@@ -36,6 +78,7 @@ See also the [v0.107.70 GitHub milestone][ms-v0.107.70].
36
78
### Changed
37
79
38
80
- Stale records in optimistic DNS cache now have an upper age limit of 12 hours.
81
+
39
82
- New blocked services UI.
40
83
41
84
### Fixed
@@ -60,6 +103,7 @@ See also the [v0.107.69 GitHub milestone][ms-v0.107.69].
60
103
### Fixed
61
104
62
105
- DHCP settings could not be saved ([#8075]).
106
+
63
107
- DNS Rewrite edit modal did not populate with the correct values ([#8072]).
64
108
65
109
### Removed
@@ -82,6 +126,7 @@ See also the [v0.107.68 GitHub milestone][ms-v0.107.68].
82
126
### Added
83
127
84
128
- New DNS rewrite settings endpoints `GET /control/rewrite/settings` and `PUT /control/rewrite/settings/update` ([#1765]). See `openapi/openapi.yaml` for details.
129
+
85
130
- New fields `"groups"` and `"group_id"` added to the HTTP API (`GET /control/blocked_services/all`). See `openapi/openapi.yaml` for the full description.
86
131
87
132
### Changed
@@ -93,6 +138,7 @@ See also the [v0.107.68 GitHub milestone][ms-v0.107.68].
93
138
In this release, the schema version has changed from 30 to 31.
94
139
95
140
- Added a new boolean field `filtering.rewrites_enabled` to globally enable/disable DNS rewrites.
141
+
96
142
- Added a new boolean field `enabled` for each entry in `filtering.rewrites` to toggle individual rewrites.
97
143
98
144
```yaml
@@ -127,6 +173,7 @@ See also the [v0.107.67 GitHub milestone][ms-v0.107.67].
127
173
### Added
128
174
129
175
- The *HaGeZi's DNS Rebind Protection* filter for protecting against DNS rebinding attacks ([#102]).
176
+
130
177
- Support for configuring the suggested default HTTP port for the installation wizard via the `ADGUARD_HOME_DEFAULT_WEB_PORT` environment variable (useful for vendors).
131
178
132
179
### Changed
@@ -136,6 +183,7 @@ See also the [v0.107.67 GitHub milestone][ms-v0.107.67].
136
183
### Fixed
137
184
138
185
- Excessive configuration file overwrites when visiting the Web UI and a non-empty `language` is set.
186
+
139
187
- Lowered the severity of log messages for failed deletion of old filter files ([#7964]).
@@ -154,12 +202,15 @@ See also the [v0.107.66 GitHub milestone][ms-v0.107.66].
154
202
### Changed
155
203
156
204
- Our snap package now uses the `core24` image as its base.
205
+
157
206
- Outgoing HTTP requests now use the `User-Agent` header `AdGuardHome/v0.107.66` (where `v0.107.66` is the current version) instead of `Go-http-client/1.1` ([#7979]).
158
207
159
208
### Fixed
160
209
161
210
- Authentication errors in the Web UI when AdGuard Home is behind a proxy that sets Basic Auth headers ([#7987]).
211
+
162
212
- The HTTP API `GET /control/profile` endpoint failing when no users were configured ([#7985]).
213
+
163
214
- Missing warning on the *Encryption Settings* page when using a certificate without an IP address.
0 commit comments