Skip to content

Instantly share code, notes, and snippets.

@zgardner
Created June 29, 2016 01:48
Show Gist options
  • Save zgardner/afb57dece9510f259244020714dd0e7a to your computer and use it in GitHub Desktop.
Save zgardner/afb57dece9510f259244020714dd0e7a to your computer and use it in GitHub Desktop.
<system.net>
<defaultProxy enabled="true" useDefaultCredentials="false">
<proxy
proxyaddress="http://127.0.0.1:8888"
bypassonlocal="true"
/>
<bypasslist/>
<module/>
</defaultProxy>
</system.net>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment