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
|
@ -35,6 +35,7 @@ type QueryFlags struct {
|
|||
ShowJSON bool `koanf:"json" json:"-"`
|
||||
UseSearchList bool `koanf:"search" json:"-"`
|
||||
ReverseLookup bool `koanf:"reverse" reverse:"-"`
|
||||
Strategy string `koanf:"strategy" strategy:"-"`
|
||||
}
|
||||
|
||||
// Nameserver represents the type of Nameserver
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue