Skip to content

Instantly share code, notes, and snippets.

@erichexter
Created October 20, 2016 13:12
Show Gist options
  • Save erichexter/338003cd33a7465575c2e3d10beb4341 to your computer and use it in GitHub Desktop.
Save erichexter/338003cd33a7465575c2e3d10beb4341 to your computer and use it in GitHub Desktop.
mkdir c:\temp
cd c:\temp
Invoke-WebRequest -UseBasicParsing http://packages.diladele.com/squid/3.5.22/squid.msi -OutFile c:\temp\squid.msi
.\squid.msi #need to automate this or use chocolatey.org
New-NetFirewallRule -Name Squid -DisplayName Squid -Direction Inbound -Action Allow -Protocol TCP -LocalPort 3128
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment