Skip to content

Instantly share code, notes, and snippets.

@rankun203
Created October 28, 2013 07:40
Show Gist options
  • Save rankun203/7192779 to your computer and use it in GitHub Desktop.
Save rankun203/7192779 to your computer and use it in GitHub Desktop.
Java attach http proxy
//attach http proxy
System.setProperty("http.proxyHost", "127.0.0.1");
System.setProperty("http.proxyPort", "8087");
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment