/simple-http-proxy

Primary LanguageC++MIT LicenseMIT

Simple Http Proxy

c++ qt qt FOSSA Status

simple_http_proxy is a http/https proxy, it used ossrs/state-threads as its base coroutine library.

It also has a inside http api server.

Usage

To build simple http proxy from source:

git clone https://github.com:zgjsxx/simple-http-proxy.git &&
cd simple-http-proxy && ./configure && make &&
./output/myproxy -c conf/srs.conf

And then you will see the proxy is work on 0.0.0.0:8080.

After starting the proxy, you can set the proxy address in the system or install a plugin in the browser to set it. When you visit the website by the browser, you can see the certificate has been replaced by our proxy. It means the descryption is successful.

player

Features

Please read FEATURES.

Ports

Please read PORTS.

TODO

Please read TODO.

License

FOSSA Status

NJ, 2022.12

zgjsxx