Skip to content

Testing DOH, DOT, DNS and ping with both IPv4 and IPv6

Notifications You must be signed in to change notification settings

w1tw0lf/DNS_test

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

27 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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

About

Testing DOH, DOT, DNS and ping with both IPv4 and IPv6

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published