Skip to content

Commit

Permalink
all: imp docs & log changes
Browse files Browse the repository at this point in the history
  • Loading branch information
EugeneOne1 committed May 26, 2021
1 parent 4e645a5 commit be96089
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 1 deletion.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,9 @@ and this project adheres to

### Added

- The ability to control using the resolvers for addresses from locally-served
networks ([#3184]).

- New flag `--local-frontend` to serve dinamically changeable frontend files
from disk as opposed to the ones that were compiled into the binary.

Expand All @@ -35,6 +38,8 @@ released by then.

- Go 1.15 support.

[#3184]: https://github.com/AdguardTeam/AdGuardHome/issues/3184



## [v0.106.3] - 2021-05-19
Expand Down
9 changes: 8 additions & 1 deletion openapi/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,18 @@

<!-- TODO(a.garipov): Reformat in accordance with the KeepAChangelog spec. -->

## v0.107: API changes

### The field `"use_private_resolvers"` in DNS configuration

* The new optional field `"use_private_resolvers"` of `"DNSConfig"` specifies
if the DNS server should use `"local_ptr_upstreams"` at all.

## v0.106: API changes

### The field `"supported_tags"` in `GET /control/clients`

* Prefiously undocumented field `"supported_tags"` in the response is now
* Previously undocumented field `"supported_tags"` in the response is now
documented.

### The field `"whois_info"` in `GET /control/clients`
Expand Down
2 changes: 2 additions & 0 deletions openapi/openapi.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -1300,6 +1300,8 @@
- ''
- 'parallel'
- 'fastest_addr'
'use_private_resolvers':
'type': 'boolean'
'resolve_clients':
'type': 'boolean'
'local_ptr_upstreams':
Expand Down

0 comments on commit be96089

Please sign in to comment.