Skip to content

Instantly share code, notes, and snippets.

@random-robbie
Created March 23, 2020 13:22
Show Gist options
  • Save random-robbie/1ec35d0bff119c37a5b38ef997c517fe to your computer and use it in GitHub Desktop.
Save random-robbie/1ec35d0bff119c37a5b38ef997c517fe to your computer and use it in GitHub Desktop.
http_proxy  = "http://127.0.0.1:8080"
https_proxy = "http://127.0.0.1:8080"
ftp_proxy   = "http://127.0.0.1:8080"

proxyDict = { 
              "http"  : http_proxy, 
              "https" : https_proxy, 
              "ftp"   : ftp_proxy
            }
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment