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
@@ -85,6 +92,7 @@ See also the [v0.107.69 GitHub milestone][ms-v0.107.69].
85
92
### Fixed
86
93
87
94
- DHCP settings could not be saved ([#8075]).
95
+
88
96
- DNS Rewrite edit modal did not populate with the correct values ([#8072]).
89
97
90
98
### Removed
@@ -107,6 +115,7 @@ See also the [v0.107.68 GitHub milestone][ms-v0.107.68].
107
115
### Added
108
116
109
117
- New DNS rewrite settings endpoints `GET /control/rewrite/settings` and `PUT /control/rewrite/settings/update` ([#1765]). See `openapi/openapi.yaml` for details.
118
+
110
119
- New fields `"groups"` and `"group_id"` added to the HTTP API (`GET /control/blocked_services/all`). See `openapi/openapi.yaml` for the full description.
111
120
112
121
### Changed
@@ -118,6 +127,7 @@ See also the [v0.107.68 GitHub milestone][ms-v0.107.68].
118
127
In this release, the schema version has changed from 30 to 31.
119
128
120
129
- Added a new boolean field `filtering.rewrites_enabled` to globally enable/disable DNS rewrites.
130
+
121
131
- Added a new boolean field `enabled` for each entry in `filtering.rewrites` to toggle individual rewrites.
122
132
123
133
```yaml
@@ -152,6 +162,7 @@ See also the [v0.107.67 GitHub milestone][ms-v0.107.67].
152
162
### Added
153
163
154
164
- The *HaGeZi's DNS Rebind Protection* filter for protecting against DNS rebinding attacks ([#102]).
165
+
155
166
- Support for configuring the suggested default HTTP port for the installation wizard via the `ADGUARD_HOME_DEFAULT_WEB_PORT` environment variable (useful for vendors).
156
167
157
168
### Changed
@@ -161,6 +172,7 @@ See also the [v0.107.67 GitHub milestone][ms-v0.107.67].
161
172
### Fixed
162
173
163
174
- Excessive configuration file overwrites when visiting the Web UI and a non-empty `language` is set.
175
+
164
176
- Lowered the severity of log messages for failed deletion of old filter files ([#7964]).
@@ -179,12 +191,15 @@ See also the [v0.107.66 GitHub milestone][ms-v0.107.66].
179
191
### Changed
180
192
181
193
- Our snap package now uses the `core24` image as its base.
194
+
182
195
- 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]).
183
196
184
197
### Fixed
185
198
186
199
- Authentication errors in the Web UI when AdGuard Home is behind a proxy that sets Basic Auth headers ([#7987]).
200
+
187
201
- The HTTP API `GET /control/profile` endpoint failing when no users were configured ([#7985]).
202
+
188
203
- Missing warning on the *Encryption Settings* page when using a certificate without an IP address.
0 commit comments