# HG changeset patch # User Steve Huston # Date 1658865023 14400 # Node ID 863d190c2fa128f80c284d62dc32e588689671f6 # Parent 613397651e12dfcbce8f14a925b005f550b12d8d Proxy settings for DVRA administration diff -r 613397651e12 -r 863d190c2fa1 .bash_aliases --- 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