concurrent DNS bootstrap: implement CLI

This commit is contained in:
Vladislav Yarmak
2024-08-01 12:01:24 +03:00
parent a1d38df01c
commit 34dde845dd
2 changed files with 54 additions and 9 deletions
+2 -1
View File
@@ -1,9 +1,10 @@
package main
import (
"time"
"github.com/AdguardTeam/dnsproxy/upstream"
"github.com/miekg/dns"
"time"
)
type Resolver struct {