-
Notifications
You must be signed in to change notification settings - Fork 17
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
934575b
commit 0f482c7
Showing
1 changed file
with
18 additions
and
19 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,37 +1,36 @@ | ||
<!-- ABOUT THE PROJECT --> | ||
|
||
## 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. | ||
|
||
 | ||
|
||
|
||
 | ||
|
||
<!-- GETTING STARTED --> | ||
|
||
## Getting Started | ||
You can use this script with **docker** | ||
|
||
You can use this script with **docker** | ||
|
||
## Docker | ||
|
||
You only need **docker** installed and you can edit variables in [.env](https://github.com/ArmanTaheriGhaleTaki/best403unlocker/blob/main/.env) for your needs. | ||
|
||
|
||
```sh | ||
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](https://github.com/ArmanTaheriGhaleTaki/best403unlocker/blob/main/.env) at run time* | ||
```sh | ||
wget -c https://raw.githubusercontent.com/ArmanTaheriGhaleTaki/best403unlocker/main/.env && docker run --env-file .env armantaherighaletaki/best403unlocker | ||
``` | ||
```sh | ||
git clone --depth 1 https://github.com/ArmanTaheriGhaleTaki/best403unlocker/ && cd best403unlocker && docker build -t best403unlocker . && docker run --env-file .env best403unlocker | ||
``` | ||
|
||
<!-- CONTACT --> | ||
## Contact | ||
|
||
My social media - [@armondy🙄](https://twitter.com/taherighaletaki) - [email protected] | ||
or you can use built image uploaded in dockerhub | ||
_for that case you need to use [.env](https://github.com/ArmanTaheriGhaleTaki/best403unlocker/blob/main/.env) at run time_ | ||
|
||
Project Link: [best403unlocker](https://github.com/ArmanTaheriGhaleTaki/best403unlocker) | ||
```sh | ||
wget -c https://raw.githubusercontent.com/ArmanTaheriGhaleTaki/best403unlocker/main/.env && docker run --env-file .env armantaherighaletaki/best403unlocker | ||
``` | ||
|
||
<!-- CONTACT --> | ||
|
||
## Contact | ||
|
||
My social media - [@armondy🙄](https://twitter.com/taherighaletaki) - [email protected] | ||
|
||
Project Link: [best403unlocker](https://github.com/ArmanTaheriGhaleTaki/best403unlocker) |