Skip to content

Repository files navigation

HTTPS Proxy Firewall

HTTPS Proxy Firewall

Run (Auto)

git clone https://github.com/qeeqbox/proxy-firewall
cd proxy-firewall
sudo docker-compose up --build --force-recreate
open 127.0.0.1:6901

Run (Manual)

python3 qbproxy.py --block-website example
python3 qbproxy.py --block-website example --block-content 8.8.8.8

Install Root CA

  • Download the cert from http://cert.cert
  • Import it into your browser
  • Set the proxy to 127.0.0.1 8080

Or use Root CA directly

curl --proxy 127.0.0.1:8080 curl https://example.com/action_page.php -d "test=value1" --cacert root_ca.crt

About

HTTPS Proxy Firewall for testing

Resources

Code of conduct

Contributing

Stars

Watchers

Forks

Sponsor this project

Contributors

Languages