merged back NEW_ROUTE into trunk
[spider.git] / perl / Internet.pm
index 44aacbed6d2aaba8f510eeb23807e72dfa8af888..b6a387ee36fb98bc03d0da059e263b2f36fdc060 100644 (file)
@@ -40,6 +40,27 @@ $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
 #
+
+1;