HTTPS Proxy Firewall
git clone https://github.com/qeeqbox/proxy-firewall
cd proxy-firewall
sudo docker-compose up --build --force-recreate
open 127.0.0.1:6901python3 qbproxy.py --block-website examplepython3 qbproxy.py --block-website example --block-content 8.8.8.8- Download the cert from http://cert.cert
- Import it into your browser
- Set the proxy to 127.0.0.1 8080
curl --proxy 127.0.0.1:8080 curl https://example.com/action_page.php -d "test=value1" --cacert root_ca.crt