From d372500b540fd5966bf973a5f43998d040b83943 Mon Sep 17 00:00:00 2001 From: hjp Date: Wed, 8 Sep 2004 13:24:40 +0000 Subject: [PATCH] Set http_proxy to dobby --- .zshenv | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.zshenv b/.zshenv index b32fb02..3015182 100644 --- a/.zshenv +++ b/.zshenv @@ -229,7 +229,7 @@ case "$FQDN" in unset http_proxy ;; *.wsr.ac.at) - export http_proxy=http://squid.wsr.ac.at:3128/ + export http_proxy=http://dobby.wsr.ac.at:3128/ ;; esac