merged back NEW_ROUTE into trunk
[spider.git] / perl / Internet.pm
index 32c62742c8a25b01991d0d5c667ef566302d3b76..b6a387ee36fb98bc03d0da059e263b2f36fdc060 100644 (file)
@@ -40,6 +40,25 @@ $qrz_uid = undef;
 
 $qrz_pw = undef;
 
+#
+# the address of any HTTP proxy you might be using
+#
+# leave as is unless you need one
+#
+# eg:  $http_proxy = 'wwwcache.demon.co.uk';
+#
+
+$http_proxy = undef;
+
+#
+# HTTP proxy port - again leave alone unless you need this
+#
+# eg: $http_proxy_port = 8080;
+#
+
+$http_proxy_port = undef;
+
+
 #
 # end
 #