Skip to content

Commit

Permalink
doc(): fix typos (#16)
Browse files Browse the repository at this point in the history
  • Loading branch information
shayan0v0n authored May 9, 2024
1 parent 934575b commit 0f482c7
Showing 1 changed file with 18 additions and 19 deletions.
37 changes: 18 additions & 19 deletions README.md
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.

![output](https://github.com/ArmanTaheriGhaleTaki/speed-test-dns/assets/88885103/d83c954e-5f3c-434e-ae4b-f119d69a4220)


![output](https://github.com/ArmanTaheriGhaleTaki/speed-test-dns/assets/88885103/d83c954e-5f3c-434e-ae4b-f119d69a4220)

<!-- 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)

0 comments on commit 0f482c7

Please sign in to comment.