Created
June 13, 2012 14:54
-
-
Save thefotios/2924565 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
; Summary: OpenShift Proxy Rules | |
; Author: Fotios Lindiakos <[email protected]> | |
; Date: 2012-06-13 | |
; | |
; See http://code.google.com/p/switchy/wiki/RuleList for file syntax | |
; Set your proxy to squid.corp.redhat.com:8080 | |
#BEGIN | |
[Wildcard] | |
; OpenShift STG/INT | |
*://*.openshift.redhat.com/* | |
*://*.compute-1.amazonaws.com* | |
; OpenShift development environments | |
*://openshiftdev.redhat.com* | |
; OpenShift PROD | |
!*://openshift.redhat.com/* | |
!*://www.openshift.redhat.com/* | |
#END |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment