amiria703 / best403unlocker

Discover optimal DNS server speed with this Docker image for efficient network performance testing

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

About best403unlocker

I had so many challenge in choosing the best DNS sni proxy server thats fits my internet service provider so I develope an script that tests the speed of the DNSs so I won't waste my time on finding the best DNS server

output

Getting Started

you can use this script with docker

docker

you only need docker installed and you can edit variables in .env for your needs.

git clone --depth 1 https://github.com/ArmanTaheriGhaleTaki/best403unlocker/ && cd best403unlocker && docker build -t speedtestdns . && docker run --env-file .env speedtestdns

or you can use built image uploaded in dockerhub
for that case you need to use .env at run time

wget -c https://raw.githubusercontent.com/ArmanTaheriGhaleTaki/best403unlocker/main/.env && docker run --env-file .env armantaherighaletaki/best403unlocker 

Contact

my social media - @armondy🙄 - armantahery1381@gmail.com

Project Link: best403unlocker

About

Discover optimal DNS server speed with this Docker image for efficient network performance testing

License:GNU General Public License v3.0


Languages

Language:Shell 86.4%Language:Dockerfile 13.6%