fixed README
This commit is contained in:
@@ -11,31 +11,32 @@ This was shitcoded while mentally impared. Expect issues.
|
|||||||
* Dont do crimes
|
* Dont do crimes
|
||||||
|
|
||||||
## INSTALL
|
## INSTALL
|
||||||
``
|
```
|
||||||
sudo apt install jq screen curl
|
sudo apt install jq screen curl
|
||||||
cd ~
|
cd ~
|
||||||
wget <releaseurl>
|
wget <releaseurl>
|
||||||
tar xvf <releasename>
|
tar xvf <releasename>
|
||||||
``
|
```
|
||||||
## USE
|
## USE
|
||||||
``
|
```
|
||||||
cd ~/<releasename>
|
cd ~/<releasename>
|
||||||
./run_d.sh
|
./run_d.sh
|
||||||
``
|
```
|
||||||
then run your app with the HTTP proxy `http://localhost:420`
|
then run your app with the HTTP proxy `http://localhost:420`
|
||||||
## STOP
|
## STOP
|
||||||
``
|
```
|
||||||
Ctrl+C
|
Ctrl+C
|
||||||
./kill.sh
|
./kill.sh
|
||||||
``
|
```
|
||||||
|
|
||||||
## TEST
|
## TEST
|
||||||
``
|
```
|
||||||
curl -D - --proxy-insecure -x http://localhost:420 -k https://canhazip.com
|
curl -D - --proxy-insecure -x http://localhost:420 -k https://canhazip.com
|
||||||
``
|
```
|
||||||
or
|
or
|
||||||
``
|
```
|
||||||
./test_proxy.sh
|
./test_proxy.sh
|
||||||
``
|
```
|
||||||
|
|
||||||
|
|
||||||
##PROJECTS USED
|
##PROJECTS USED
|
||||||
|
|||||||
Reference in New Issue
Block a user