feat: add strategy flag
Ref https://github.com/mr-karan/doggo/issues/35
This commit is contained in:
parent
79c5fc7283
commit
7619cbdeb0
7 changed files with 46 additions and 9 deletions
|
@ -18,6 +18,7 @@ type Options struct {
|
|||
Ndots int
|
||||
Timeout time.Duration
|
||||
Logger *logrus.Logger
|
||||
Strategy string
|
||||
}
|
||||
|
||||
// Resolver implements the configuration for a DNS
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue