Mercurial > index.cgi > dotfiles
comparison .bash_aliases @ 234:863d190c2fa1
Proxy settings for DVRA administration
author | Steve Huston <huston@srhuston.net> |
---|---|
date | Tue, 26 Jul 2022 15:50:23 -0400 |
parents | 2a816c10a2fa |
children | 2b3e169f8182 |
comparison
equal
deleted
inserted
replaced
233:613397651e12 | 234:863d190c2fa1 |
---|---|
112 rc) | 112 rc) |
113 PROXY_HOST=${PROXY_HOST:-csesbh2.princeton.edu} | 113 PROXY_HOST=${PROXY_HOST:-csesbh2.princeton.edu} |
114 PROXY_PORT=${PROXY_PORT:-8887} | 114 PROXY_PORT=${PROXY_PORT:-8887} |
115 PROXY_PATH="/Users/huston/Library/Application Support/Google/Chrome_RC" | 115 PROXY_PATH="/Users/huston/Library/Application Support/Google/Chrome_RC" |
116 ;; | 116 ;; |
117 w2zq) | |
118 PROXY_HOST=${PROXY_HOST:-ssh://w2zq.mywire.org:22022} | |
119 PROXY_PORT=${PROXY_PORT:-8886} | |
120 PROXY_PATH="/Users/huston/Library/Application Support/Google/Chrome_W2ZQ" | |
121 ;; | |
117 *) | 122 *) |
118 echo "Proxy needs one argument: home, work, or rc" | 123 echo "Proxy needs one argument: home, work, rc, or w2zq" |
119 return | 124 return |
120 ;; | 125 ;; |
121 esac | 126 esac |
122 # In theory you need to have a job stay on the remote host for the | 127 # In theory you need to have a job stay on the remote host for the |
123 # forwarding to stay open. However if you're using persistent/shared | 128 # forwarding to stay open. However if you're using persistent/shared |