mirror of
https://github.com/AdguardTeam/AdGuardHome.git
synced 2025-05-02 06:00:25 +03:00
Pull request: 2674 fix upstreams validation
Merge in DNS/adguard-home from 2674-quic-upstream to master
Updates #2674.
Squashed commit of the following:
commit ce7643580cc9e19881689e7fd4933bc953f2884e
Author: Eugene Burkov <e.burkov@adguard.com>
Date: Tue Feb 16 18:23:39 2021 +0300
all: fix log
commit b53e4368dd9ca61965e73b1f1274388422142830
Author: Eugene Burkov <e.burkov@adguard.com>
Date: Tue Feb 16 18:21:59 2021 +0300
all: log changes
commit 1cdca48e31c272ccfbde955c2a3e560ca6ca6bcf
Merge: bc441dac e32c18fa
Author: Eugene Burkov <e.burkov@adguard.com>
Date: Tue Feb 16 18:15:47 2021 +0300
Merge branch 'master' into 2674-quic-upstream
commit bc441dac3cbe8070c8c1d672925b14d309f05b9f
Author: Eugene Burkov <e.burkov@adguard.com>
Date: Tue Feb 16 17:06:47 2021 +0300
dnsforward: fix error wrapping
commit 281c1b43233c2bb51e3a933588087a207b7eef3d
Author: Eugene Burkov <e.burkov@adguard.com>
Date: Tue Feb 16 17:00:35 2021 +0300
all: fix validation, imp shutdown
commit 31a5ea7a081de4bcc3913bd04d62334fec1b59e1
Author: Eugene Burkov <e.burkov@adguard.com>
Date: Tue Feb 16 14:53:10 2021 +0300
dnsforward: fix upstreams validation
This commit is contained in:
parent
e32c18faab
commit
1122e71cf3
4 changed files with 10 additions and 1 deletions
internal/home
|
@ -320,6 +320,7 @@ func run(args options) {
|
|||
go func() {
|
||||
err := startDNSServer()
|
||||
if err != nil {
|
||||
closeDNSServer()
|
||||
log.Fatal(err)
|
||||
}
|
||||
}()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue