changeset 234:863d190c2fa1

Proxy settings for DVRA administration
author Steve Huston <huston@srhuston.net>
date Tue, 26 Jul 2022 15:50:23 -0400
parents 613397651e12
children 2b3e169f8182
files .bash_aliases
diffstat 1 files changed, 6 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/.bash_aliases	Mon Jun 13 15:51:16 2022 -0400
+++ b/.bash_aliases	Tue Jul 26 15:50:23 2022 -0400
@@ -114,8 +114,13 @@
       PROXY_PORT=${PROXY_PORT:-8887}
       PROXY_PATH="/Users/huston/Library/Application Support/Google/Chrome_RC"
       ;;
+    w2zq)
+      PROXY_HOST=${PROXY_HOST:-ssh://w2zq.mywire.org:22022}
+      PROXY_PORT=${PROXY_PORT:-8886}
+      PROXY_PATH="/Users/huston/Library/Application Support/Google/Chrome_W2ZQ"
+      ;;
     *)
-      echo "Proxy needs one argument: home, work, or rc"
+      echo "Proxy needs one argument: home, work, rc, or w2zq"
       return
       ;;
   esac