Multi-Threaded Python Application for Dns Benchmark
Project description
DnsBench
Multi-Threaded Python Application for Dns Benchmark
Created by Aravindha Hariharan M & Kumaran S
Getting Started
This is Benchmark application to pick your best DNS provider according to your ISP(Internet Service Provider).This check over 55+ public DNS server and find the Best and Optimistic Server.
NOTE: Currently this application only uses ipv4 of DNS providers, because DNS providers are blocked by your ISP.
Prerequisites
To have the interface displayed in the images, you will need chrome. If chrome is not installed or --no-chrome is supplied, the default browser will be used.
As of PyInstaller 4.0, Python 2.7 is no longer supported. Read "Python 2.7 Support" below for steps on how to use this tool with Python 2.7.
Installation and Usage
Installing Via PyPI
You can install this project using PyPI:
$ pip install DnsBench
Then to run it, execute the following in the terminal:
$ DnsBench
Installing Via GitHub
$ git clone https://github.com/aravindha1234u/dnsbench
$ cd dnsbench
$ python3 setup.py install
Then to run it, execute the following in the terminal:
$ DnsBench
Run from source code
$ git clone https://github.com/aravindha1234u/dnsbench
$ cd dnsbench
$ pip install -r requirements.txt
Then to run it, execute the following in the terminal:
$ python3 dnsbench.py
Update DnsBench
$ pip install -U DnsBench
Docker
By pulling the image from Docker Hub
docker run --name=DnsBench \
--restart=always \
-p 8000:8000 \
aravindha1234u/dnsbench:latest
From Git Repository
docker build -t dnsbench .
docker run --name=DnsBench \
-p 8000:8000 \
--restart=always \
dnsbench:latest
Remove Existing
Delete image
Terminal - docker rmi $(docker images 'aravindha1234u/dnsbench:latest' -a -q)
or
Powershell - docker rmi $(docker images --format "{{.Repository}}:{{.Tag}}"|findstr "aravindha1234u/dnsbench:latest")
Delete Container
docker rm DnsBench
Application working
Issues
Feel free to express any kind of bug or error in this tool by reporting it in issues, So that it can be fixed soon.
License
DnsBench is licensed under MIT, Take a look at the License
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
File details
Details for the file DnsBench-1.1.3.tar.gz
.
File metadata
- Download URL: DnsBench-1.1.3.tar.gz
- Upload date:
- Size: 1.3 MB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.3.0 pkginfo/1.7.0 requests/2.25.1 setuptools/49.2.1 requests-toolbelt/0.9.1 tqdm/4.59.0 CPython/3.9.2
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 35f7c40ef907b4be81261267da62f449f255f8ff6bdc60d0e25ffceef32bcc37 |
|
MD5 | 70c2c9ec1eaa9cc36ad9d95165171d20 |
|
BLAKE2b-256 | 01a78568337f115f3fb50b5b9bfdd57011e7c0015676b0e2ae7e75ac575c5278 |
File details
Details for the file DnsBench-1.1.3-py3-none-any.whl
.
File metadata
- Download URL: DnsBench-1.1.3-py3-none-any.whl
- Upload date:
- Size: 1.3 MB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.3.0 pkginfo/1.7.0 requests/2.25.1 setuptools/49.2.1 requests-toolbelt/0.9.1 tqdm/4.59.0 CPython/3.9.2
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 4d243abcd3e53f296ca541b08602f8600e70b04b2eb5199b2b0ac973b80c0c8f |
|
MD5 | 566a09edcd6b29bc7e676d0b696237d0 |
|
BLAKE2b-256 | 2dee3288c6f4bcfc12a49f0d83307c386a99f8c5ecf5d95a12c5fe1251f1c520 |