-
Notifications
You must be signed in to change notification settings - Fork 16
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* feat(): script is runnable on baremetal * feat(): check if .env is used with docker or not * doc(): add baremetal to README
- Loading branch information
1 parent
a582a20
commit e4bb0a6
Showing
2 changed files
with
18 additions
and
3 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 |
---|---|---|
|
@@ -10,7 +10,13 @@ I had so many challenges in choosing the best DNS sni proxy server that fits my | |
|
||
## Getting Started | ||
|
||
You can use this script with **docker** | ||
You can use this script with **docker** or run in **baremetal** | ||
|
||
## Baremetal | ||
Also you can run this script on **baremetal** with **sudo** privilege | ||
```sh | ||
wget -c https://raw.githubusercontent.com/ArmanTaheriGhaleTaki/best403unlocker/main/bash.sh && sudo bash bash.sh | ||
``` | ||
|
||
## Docker | ||
|
||
|
@@ -27,8 +33,6 @@ or you can use built image uploaded in dockerhub | |
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] | ||
|
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