Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Dev Proxy support #2358

Merged
merged 4 commits into from
Aug 2, 2016
Merged

Dev Proxy support #2358

merged 4 commits into from
Aug 2, 2016

Commits on Aug 2, 2016

  1. Added proxy support

    Added proxy support from config.json and command line. with parameters:
    
    -prxip | --proxy_ip  or proxy_ip from config.json for ipv4 format as string "aaa.bbb.ccc.ddd"
    
    -prxp| --proxy_port or proxy_por from config.json as int from 1 to 65536.
    alecuba16 authored Aug 2, 2016
    Configuration menu
    Copy the full SHA
    a0a4c7e View commit details
    Browse the repository at this point in the history
  2. Added proxy support

    Added two additional parameters (proxy_ip and proxy_port) to add support for proxy.
    
    proxy_ip must be as string of ipv4 format: "aaa.bbb.ccc.ddd" , proxy_port must be a int from 1 to 65536, if proxy_ip is null or set to "" and proxy port is null or set to 0 proxy will be ignored and not used.
    alecuba16 authored Aug 2, 2016
    Configuration menu
    Copy the full SHA
    3a5ab6a View commit details
    Browse the repository at this point in the history
  3. Moved proxy function to a method.

    Moved proxy function to a method.
    alecuba16 authored Aug 2, 2016
    Configuration menu
    Copy the full SHA
    c71e124 View commit details
    Browse the repository at this point in the history
  4. Changed the name of method

    Changed from set_proxy_if_exists to setup_proxy
    alecuba16 authored Aug 2, 2016
    Configuration menu
    Copy the full SHA
    31bda51 View commit details
    Browse the repository at this point in the history