Index: trunk/DataStore/scripts/dsget
===================================================================
--- trunk/DataStore/scripts/dsget	(revision 25692)
+++ trunk/DataStore/scripts/dsget	(revision 26158)
@@ -28,4 +28,5 @@
     $timeout,
     @xattrs,
+    $no_proxy,
 );
 
@@ -44,4 +45,5 @@
     'timeout|t=s'   => \$timeout,
     'xattr|x=s'     => \@xattrs,
+    'no-proxy'      => \$no_proxy,
 ) or pod2usage( 2 );
 
@@ -80,4 +82,5 @@
 # default http request timeout is 30s
 $timeout ||= 30;
+$no_proxy = 0 if !defined $no_proxy;
 
 my %p = (
@@ -140,4 +143,5 @@
         filename => $tmpfilename,
         ua_args  => { timeout => $timeout },
+        no_proxy => $no_proxy,
     );
 
@@ -302,4 +306,10 @@
 Optional.
 
+=item * --no-proxy
+
+Do not load proxy environment variables.
+
+Optional.
+
 =item * --copies <n>
 
