Skip to content

Latest commit

 

History

History
50 lines (42 loc) · 1.02 KB

README.md

File metadata and controls

50 lines (42 loc) · 1.02 KB

DNS test

Test DNS server with DOH, DOT, DNS and run ping test with IPv4 and IPv6.

Test is run with Adam:one on pfSense

Results

Requirements:

  1. Currently supports linux and mac. It should run on windows in WSL *not tested*
  2. Needs python with modules installed:
    1. Prettytable

Installing python modules:

pip install -U prettytable

or

pip3 install -U prettytable

if the above fails, for debian or ubuntu based:

sudo apt install python3-prettytable

for arch based

sudo pacman -S python3-prettytable

More info on WSL

To run locally

git clone https://github.com/w1tw0lf/DNS_test.git
cd DNS_test/
./dns_test.sh

Possible issues

  1. On older macOS, you might find that it gives an issue with dig command, fix is to update bind via brew witth brew install bind