From 27ae5ba7d5f8f5f71944d9269b7e7a0c194a7d14 Mon Sep 17 00:00:00 2001 From: PrincessPi Date: Mon, 1 Apr 2024 15:14:10 -0600 Subject: [PATCH] fixed README --- README.md | 23 ++++++++++++----------- 1 file changed, 12 insertions(+), 11 deletions(-) diff --git a/README.md b/README.md index e5492af..6f1e797 100644 --- a/README.md +++ b/README.md @@ -11,31 +11,32 @@ This was shitcoded while mentally impared. Expect issues. * Dont do crimes ## INSTALL -`` +``` sudo apt install jq screen curl cd ~ wget tar xvf -`` +``` ## USE -`` +``` cd ~/ ./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