fix(trace): Remove wrong error message
Reverse queries *are* actually supported, so the error message was wrong Even dig supports it naturally.
This commit is contained in:
parent
ed0cdf6a6f
commit
83ceb56653
1 changed files with 0 additions and 4 deletions
|
@ -60,10 +60,6 @@ func ParseCLI(args []string, version string) (opts *util.Options, err error) {
|
|||
opts.Logger.Warn("Every query after the root query will only use UDP/TCP")
|
||||
}
|
||||
|
||||
if opts.Reverse {
|
||||
opts.Logger.Error("Reverse queries are not currently supported")
|
||||
}
|
||||
|
||||
opts.RD = true
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue