Best403unlocker
Discover optimal DNS server speed for efficient network performance testing
Install / Use
/learn @403unlocker/Best403unlockerREADME
Project Archived 🚨
This project is no longer maintained.
An alternative implementation in Go is available, which does not require any third-party libraries and runs as a static, all-in-one binary:
About best403unlocker
I had so many challenges in choosing the best DNS sni proxy server that fits my internet service provider so I developed an script that tests the speed of the DNSes so I won't waste my time on finding the best DNS server.
Installation
You can install the package using apt package manager easly
sudo add-apt-repository ppa:pourpasand/403unlocker
sudo apt update
sudo apt install best403unlocker
<!-- GETTING STARTED -->
Best403Unlocker TUI
Best403Unlocker TUI is a bash script-based Text User Interface (TUI) designed to help users find the fastest DNS servers and download files using the optimal DNS.
Features
- DNS Analyzer: Identify the fastest DNS servers and optionally set your system to use them.
- File Downloader: Download files with optimized DNS settings to ensure the fastest possible download speeds.
Usage
When you run the script, a menu will appear with the following options:
- Run DNS analyzer: Finds the most efficient DNS server for your network.
- Save file: Downloads a file using the best DNS server.
- Advance setting: Access additional configuration options.
- Exit: Exit the program.
Getting Started with TUI
Setup
- Clone the repository:
git clone --depth 1 https://github.com/ArmanTaheriGhaleTaki/best403unlocker.git cd best403unlocker
Running the Script
Execute the script:
bash best403unlocker-tui
DNS Analyzer
- Select "Run DNS analyzer" from the main menu.
- Enter the URL of the file you want to use for testing.
- Choose whether to run the analysis using Docker (recommended) or directly on the system.
- The script will find the best DNS server and optionally set your system to use it.
File Downloader
- Select "Save file" from the main menu.
- Enter the URL of the file you want to download.
- Choose the location to save the downloaded file.
- Select whether to run the download using Docker (recommended) or directly on the system.
- The script will configure your system to use the best DNS server and download the file.
Getting Started with CLI
You can use this script with docker or run in baremetal
Baremetal
Also you can run this script on baremetal with sudo privilege
wget -c https://raw.githubusercontent.com/ArmanTaheriGhaleTaki/best403unlocker/main/best403unlocker && sudo bash best403unlocker
Docker
You only need docker installed and you can edit variables in best403unlocker.conf for your needs.
git clone --depth 1 https://github.com/ArmanTaheriGhaleTaki/best403unlocker/ && cd best403unlocker && docker build -t best403unlocker . && docker run --env-file best403unlocker.conf best403unlocker
or you can use built image uploaded in dockerhub for that case you need to use best403unlocker.conf at run time
wget -c https://raw.githubusercontent.com/ArmanTaheriGhaleTaki/best403unlocker/main/best403unlocker.conf && docker run --env-file best403unlocker.conf armantaherighaletaki/best403unlocker
credit
Thank AKishmiish for adding TUI to this projcet
Contact
My social media - @armondy🙄 - armantahery1381@gmail.com
Project Link: best403unlocker
