allow sh/qrz to use a http proxy
[spider.git] / perl / Internet.pm
index 32c62742c8a25b01991d0d5c667ef566302d3b76..49cc1ff6376adcd687e6b2ac2a6acd56621d2aa5 100644 (file)
@@ -40,6 +40,21 @@ $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
 #