mirror of
https://github.com/AdguardTeam/AdGuardHome.git
synced 2024-11-22 04:55:33 +03:00
Pull request: 4403-upd-chlog
Updates #4403. Squashed commit of the following: commit b4d6cb80d0c2cbd71ee2f64e0d0c98011b0951c3 Author: Ainar Garipov <A.Garipov@AdGuard.COM> Date: Mon Aug 29 16:39:13 2022 +0300 all: imp chlog commit f9ab82737a779411813ad5b7bea4e43ec94fbe03 Author: Ainar Garipov <A.Garipov@AdGuard.COM> Date: Mon Aug 29 16:32:19 2022 +0300 all: upd chlog
This commit is contained in:
parent
a0c8aee3f7
commit
7f0b16d074
2 changed files with 13 additions and 4 deletions
|
@ -30,6 +30,12 @@ and this project adheres to
|
|||
- A new HTTP API, `GET /control/blocked_services/services`, that lists all
|
||||
available blocked services ([#4535]).
|
||||
|
||||
### Changed
|
||||
|
||||
- The internal DNS client, used to resolve hostnames of external clients and
|
||||
also during automatic updates, now respects the upstream mode settings for the
|
||||
main DNS client ([#4403]).
|
||||
|
||||
### Deprecated
|
||||
|
||||
- Ports 784 and 8853 for DNS-over-QUIC in Docker images. Users who still serve
|
||||
|
@ -45,6 +51,7 @@ and this project adheres to
|
|||
|
||||
[#2993]: https://github.com/AdguardTeam/AdGuardHome/issues/2993
|
||||
[#4337]: https://github.com/AdguardTeam/AdGuardHome/issues/4337
|
||||
[#4403]: https://github.com/AdguardTeam/AdGuardHome/issues/4403
|
||||
[#4535]: https://github.com/AdguardTeam/AdGuardHome/issues/4535
|
||||
[#4745]: https://github.com/AdguardTeam/AdGuardHome/issues/4745
|
||||
[#4850]: https://github.com/AdguardTeam/AdGuardHome/issues/4850
|
||||
|
|
|
@ -220,8 +220,10 @@ exit_on_output gofumpt --extra -e -l .
|
|||
"$GO" vet ./...
|
||||
|
||||
# Apply more lax standards to the code we haven't properly refactored yet.
|
||||
gocyclo --over 17 ./internal/dhcpd/ ./internal/dnsforward/\
|
||||
./internal/filtering/ ./internal/home/ ./internal/querylog/
|
||||
gocyclo --over 17 ./internal/dhcpd ./internal/querylog/
|
||||
gocyclo --over 16 ./internal/dnsforward/
|
||||
gocyclo --over 15 ./internal/home/
|
||||
gocyclo --over 13 ./internal/filtering/
|
||||
|
||||
# Apply stricter standards to new or somewhat refactored code.
|
||||
gocyclo --over 10 ./internal/aghio/ ./internal/aghnet/ ./internal/aghos/\
|
||||
|
|
Loading…
Reference in a new issue