mirror of
https://github.com/gnh1201/caterpillar.git
synced 2025-07-15 08:48:08 +00:00
Update README.md
This commit is contained in:
parent
8885a1377d
commit
3b3919d2e7
14
README.md
14
README.md
|
@ -1,16 +1,18 @@
|
|||
# php-httpproxy
|
||||
HTTP(S) proxy implementation with PHP (PHP is no required) socket
|
||||
# gnh1201/caterpillar
|
||||
Caterpillar - The simple and parasitic web debugging proxy
|
||||
|
||||
## How to works
|
||||
```
|
||||
You <-----> HTTP(S) proxy (Python) <-----> Web hosting (PHP) <-----> On the Web
|
||||
You <-> Web proxy client (Python) <-> Server-side scripting file (Optional, e.g. PHP) <-> On the Web
|
||||
```
|
||||
|
||||
HTTP(S) proxy over the web hosting!
|
||||
Build a simple web debugging proxy on the shared servers!
|
||||
|
||||
## Before to use
|
||||
If you have a remote server that you want to proxy, you can install the `index.php` file.
|
||||
|
||||
## How to use
|
||||
|
||||
1. Write a file with filename like `.env`(Linux) or `settings.ini`(Windows). Like this:
|
||||
1. Write a file `.env`(Linux) or `settings.ini`(Windows). Like this:
|
||||
|
||||
```
|
||||
[settings]
|
||||
|
|
Loading…
Reference in New Issue
Block a user