From 36a69e4f0adf4bf1af53301cc461e27720986ae9 Mon Sep 17 00:00:00 2001 From: Freek Van der Herten Date: Fri, 26 May 2023 16:05:43 +0200 Subject: [PATCH] improve security --- src/Handlers/Dig.php | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/Handlers/Dig.php b/src/Handlers/Dig.php index 108fd45..e54bfbb 100644 --- a/src/Handlers/Dig.php +++ b/src/Handlers/Dig.php @@ -59,7 +59,9 @@ protected function buildCommand(string $domain, string $type): array '+tries=2', '+time=2', $this->prepareNameserver(), + '-q', $domain, + '-t', $type, ]); }