summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--INF/DSRx020.pm2
1 files changed, 2 insertions, 0 deletions
diff --git a/INF/DSRx020.pm b/INF/DSRx020.pm
index cc87097..31a25df 100644
--- a/INF/DSRx020.pm
+++ b/INF/DSRx020.pm
@@ -482,6 +482,7 @@ sub view($$) {
system(
"echo",
"java",
+ "-DsocksProxySet=true",
"-DsocksProxyHost=" . $self->{proxy_host},
"-DsocksProxyPort=" . $self->{proxy_port},
"-cp",
@@ -491,6 +492,7 @@ sub view($$) {
);
system(
"java",
+ "-DsocksProxySet=true",
"-DsocksProxyHost=" . $self->{proxy_host},
"-DsocksProxyPort=" . $self->{proxy_port},
"-cp",