QuickProxy ================= Simple tool to create a reverse proxy for development purposes Usage: ```bash qproxy -l 0.0.0.0:8080 -t http://www.google.com ``` ```bash Usage of qproxy: -l string Listen address -t string Target address ```