allow sh/qrz to use a http proxy
[spider.git] / perl / Internet.pm
index 44aacbed6d2aaba8f510eeb23807e72dfa8af888..49cc1ff6376adcd687e6b2ac2a6acd56621d2aa5 100644 (file)
@@ -40,6 +40,23 @@ $qrz_uid = undef;
 
 $qrz_pw = undef;
 
+#
+# the address of any HTTP proxy you might be using
+#
+# leave as is unless you need one
+#
+
+$http_proxy = undef;
+
+#
+# HTTP proxy port - again leave alone unless you need this
+#
+
+$http_proxy_port = undef;
+
+
 #
 # end
 #
+
+1;