Searched refs:net_proxy (Results 1 – 3 of 3) sorted by relevance
125 sub net_proxy subroutine131 my $net_proxy = $config_file->{CWS_CONFIG}->{'PROXY'};132 if ( !defined($net_proxy) ) {133 $net_proxy = "";135 $self->{NET_PROXY} = $net_proxy;
44 net_proxy => '$', # network proxy to pass through firewall131 if ( defined($self->net_proxy()) ) {132 $ENV{HTTPS_PROXY}=$self->net_proxy();
47 NET_PROXY => $config->net_proxy(),2141 net_proxy => Cws::net_proxy()
Completed in 33 milliseconds