Skip to content

Commit

Permalink
removing doh client
Browse files Browse the repository at this point in the history
  • Loading branch information
Mzack9999 committed Aug 28, 2021
1 parent b42329d commit 994093a
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions client.go
Expand Up @@ -13,7 +13,6 @@ import (
"time"

"github.com/miekg/dns"
"github.com/projectdiscovery/retryabledns/doh"
)

func init() {
Expand All @@ -27,7 +26,6 @@ type Client struct {
serversIndex uint32
TCPFallback bool
Timeout time.Duration
dohClient *doh.Client
}

// New creates a new dns client
Expand Down

0 comments on commit 994093a

Please sign in to comment.