Last active
December 28, 2015 21:38
-
-
Save entrity/7565683 to your computer and use it in GitHub Desktop.
Run this file on Windows XP or 7 to add PIC sites to your hosts file
This file contains 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
# Run this file with the following: | |
# curl https://gist.github.com/Vaselinessa/7565683/raw/f175a61e61015276476448f917e914700e68cace/hosts.bat | cmd | |
@echo off | |
set output=c:\windows\system32\drivers\etc\hosts | |
echo %output% | |
echo. >> %output% | |
echo # Inserted by Markham's script 20-11-2013 >> %output% | |
echo 10.71.17.30 wiki.qa >> %output% | |
echo 50.56.126.187 tq dr >> %output% | |
echo 50.56.126.126 database >> %output% | |
echo 10.71.17.30 qa.trustedquote.com >> %output% | |
echo 10.71.17.30 qa.dataraptor.com >> %output% | |
echo 10.71.17.30 qa.wholesaleinsurance.net >> %output% | |
echo 10.71.17.30 qa.pinneyinsurance.com >> %output% | |
echo 10.71.17.30 qa.pinneyquoter.pinneyapps.com >> %output% | |
echo 10.71.17.30 qa.clu.pinneyapps.com >> %output% |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment