feat: Trace #162

Merged
sam merged 8 commits from trace into master 2022-12-10 17:51:50 +00:00
Showing only changes of commit 9e22c2b145 - Show all commits

View file

@ -27,7 +27,7 @@ func ParseDig(arg string, opts *util.Options) error {
switch arg {
case "trace", "notrace":
opts.Trace = isNo
if isNo == true {
if isNo {
opts.DNSSEC = true
opts.Display.Comments = false
opts.Display.Question = false