feat: add dnsutils setup

This commit is contained in:
dancingCycle 2022-07-14 13:51:38 +02:00
parent 8c7ab6e875
commit 1c2301deb0
2 changed files with 19 additions and 0 deletions

14
doc/dnsutils.md Normal file
View File

@ -0,0 +1,14 @@
# Setup Dnsutils
* update your APT cache using\
```
sudo apt update
```
* install Dnsutils\
```
sudo apt install dnsutils --no-install-recommends
```
* verify the installation\
```
dig -v
```

5
doc/dnsutils.md.license Normal file
View File

@ -0,0 +1,5 @@
/*
* SPDX-FileCopyrightText: 2022 Software Ingenieur Begerad <swingbe.de>
*
* SPDX-License-Identifier: CC0-1.0
*/