Skip to content

Commit

Permalink
breaking change: change project's name
Browse files Browse the repository at this point in the history
  • Loading branch information
ArmanTaheriGhaleTaki committed Apr 11, 2024
1 parent e91f118 commit 06bcd87
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<!-- ABOUT THE PROJECT -->
## About speed-test-dns
## 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

Expand All @@ -13,24 +13,24 @@ I had so many challenge in choosing the best DNS sni proxy server thats fits my
you can use this script with **docker**

## docker
you only need **docker** installed and you can edit variables in [.env](https://github.com/ArmanTaheriGhaleTaki/speed-test-dns/blob/main/.env) for your needs.
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 https://github.com/ArmanTaheriGhaleTaki/speed-test-dns/ && cd speed-test-dns && docker build -t speedtestdns . && docker run --env-file .env speedtestdns
git clone 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/speed-test-dns/blob/main/.env) at run time*
*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/speed-test-dns/main/.env && docker run --env-file .env armantaherighaletaki/speed-test-dns
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: [speed-test-dns](https://github.com/ArmanTaheriGhaleTaki/speed-test-dns)
Project Link: [Best403unlocker](https://github.com/ArmanTaheriGhaleTaki/Best403unlocker)



Expand Down

0 comments on commit 06bcd87

Please sign in to comment.