Created
October 20, 2016 13:12
-
-
Save erichexter/338003cd33a7465575c2e3d10beb4341 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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