Skip to content

Instantly share code, notes, and snippets.

@thefotios
Created June 13, 2012 14:54
Show Gist options
  • Save thefotios/2924565 to your computer and use it in GitHub Desktop.
Save thefotios/2924565 to your computer and use it in GitHub Desktop.
; 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