fixed README

This commit is contained in:
2024-04-01 15:14:10 -06:00
parent 9c25429f51
commit 27ae5ba7d5
+12 -11
View File
@@ -11,31 +11,32 @@ This was shitcoded while mentally impared. Expect issues.
* Dont do crimes
## INSTALL
``
```
sudo apt install jq screen curl
cd ~
wget <releaseurl>
tar xvf <releasename>
``
```
## USE
``
```
cd ~/<releasename>
./run_d.sh
``
```
then run your app with the HTTP proxy `http://localhost:420`
## STOP
``
```
Ctrl+C
./kill.sh
``
```
## TEST
``
```
curl -D - --proxy-insecure -x http://localhost:420 -k https://canhazip.com
``
```
or
``
./test_proxy.sh
``
```
./test_proxy.sh
```
##PROJECTS USED