Skip to content
This repository has been archived by the owner on Jul 30, 2018. It is now read-only.

Support for environment HTTP_PROXY #35

Closed
Jigoku opened this issue May 13, 2015 · 1 comment
Closed

Support for environment HTTP_PROXY #35

Jigoku opened this issue May 13, 2015 · 1 comment

Comments

@Jigoku
Copy link
Owner

Jigoku commented May 13, 2015

Add checkbutton_env_proxy to preferences proxy UI.
eg:

sub ua_init_env {  
    ua_init();
    $ua->proxy( ['http, https'], $ENV{HTTP_PROXY} ) if exists $ENV{HTTP_PROXY};
    $settings{"proxy_type"} = "env";
}

This will use proxy set by users ~/.bashrc, etc using HTTP_PROXY

or....
$ HTTP_PROXY=x.x.x.x ./alluvion-gtk.pl

@Jigoku Jigoku self-assigned this May 13, 2015
@Jigoku Jigoku added this to the 0.3 milestone May 13, 2015
@Jigoku Jigoku mentioned this issue May 13, 2015
@Jigoku
Copy link
Owner Author

Jigoku commented May 19, 2015

1f52c75

@Jigoku Jigoku closed this as completed May 19, 2015
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

1 participant