mirror of
https://github.com/AdguardTeam/AdGuardHome.git
synced 2024-11-22 13:05:36 +03:00
Close test upstream
This commit is contained in:
parent
451922b858
commit
2e879896ff
1 changed files with 1 additions and 0 deletions
|
@ -218,6 +218,7 @@ func checkDNS(input string) error {
|
|||
if err != nil {
|
||||
return err
|
||||
}
|
||||
defer u.Close()
|
||||
|
||||
alive, err := upstream.IsAlive(u)
|
||||
|
||||
|
|
Loading…
Reference in a new issue