Skip to content

Instantly share code, notes, and snippets.

@lukepolo
Created February 26, 2020 19:58
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save lukepolo/8083168b9ce1caf3ce49bb4e0fbbf1b6 to your computer and use it in GitHub Desktop.
Save lukepolo/8083168b9ce1caf3ce49bb4e0fbbf1b6 to your computer and use it in GitHub Desktop.
SquidMan Local Dev Setup
  1. Install SquidMan

https://squidman.net/squidman/

  1. Add New Host File /etc/private_hosts

Add entries to redirect your traffic

  1. In the SquidMan Settings

hosts_file /etc/private_hosts

Comment out "http_access deny to_localhost" :

protect web apps running on the proxy host from external users

http_access deny to_localhost

  1. Add Client IP ..*.0/24 (stars should be your local network)

  2. Start Proxy

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment