From cf50b153d5e7200ca3f207de38952841ea134ebb Mon Sep 17 00:00:00 2001
From: Patrick Landolt <patrick.landolt@artack.ch>
Date: Mon, 5 Sep 2022 17:00:06 +0200
Subject: [PATCH] allow to query NS on root or tld nameservers

---
 src/Handlers/Dig.php | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/src/Handlers/Dig.php b/src/Handlers/Dig.php
index 07011b9..1963908 100644
--- a/src/Handlers/Dig.php
+++ b/src/Handlers/Dig.php
@@ -52,6 +52,8 @@ protected function buildCommand(string $domain, string $type): array
             'dig',
             '+nocmd',
             '+noall',
+            '+authority',
+            '+answer',
             '+nomultiline',
             '+answer',
             '+tries=2',