DoH first working version

This commit is contained in:
Vladimir
2022-04-13 17:35:23 +03:00
parent 0c5bdbbc13
commit 1940aad715
4 changed files with 162 additions and 6 deletions

View File

@@ -64,6 +64,7 @@ type Resolver struct {
VerifyDomain string
Search []string
SearchOnly bool
Path string
// logic interface
Conn ResolverConn `json:"-"`