Skip to content

Commit

Permalink
Pull request: all: add srv handling to dnsrewrite filters
Browse files Browse the repository at this point in the history
Closes #2498.
Updates #2533.

Squashed commit of the following:

commit 452e0e7
Author: Ainar Garipov <A.Garipov@AdGuard.COM>
Date:   Fri Mar 12 19:33:18 2021 +0300

    all: add srv handling to dnsrewrite filters
  • Loading branch information
ainar-g committed Mar 15, 2021
1 parent 4c6bf68 commit d970b79
Show file tree
Hide file tree
Showing 6 changed files with 72 additions and 77 deletions.
11 changes: 9 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,12 +13,15 @@ and this project adheres to
## [v0.106.0] - 2021-05-01
-->

### Added

- `SRV` records support in `$dnsrewrite` filters ([#2533]).

### Changed

- Stricter validation of `$dnsrewrite` filter modifier parameters ([#2498]).
- New, more correct versioning scheme ([#2412]).

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

### Deprecated

- Go 1.15 support. v0.107.0 will require at least Go 1.16 to build.
Expand All @@ -27,6 +30,10 @@ and this project adheres to

- Go 1.14 support.

[#2412]: https://github.com/AdguardTeam/AdGuardHome/issues/2412
[#2498]: https://github.com/AdguardTeam/AdGuardHome/issues/2498
[#2533]: https://github.com/AdguardTeam/AdGuardHome/issues/2533



## [v0.105.2] - 2021-03-10
Expand Down
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ go 1.15
require (
github.com/AdguardTeam/dnsproxy v0.35.5
github.com/AdguardTeam/golibs v0.4.4
github.com/AdguardTeam/urlfilter v0.14.3
github.com/AdguardTeam/urlfilter v0.14.4
github.com/NYTimes/gziphandler v1.1.1
github.com/ameshkov/dnscrypt/v2 v2.0.3
github.com/digineo/go-ipset/v2 v2.2.1
Expand Down
Loading

0 comments on commit d970b79

Please sign in to comment.