Skip to content

Instantly share code, notes, and snippets.

@jhorsman
Last active August 5, 2023 19:37
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save jhorsman/bb2863ae2779c46982b79dc016d7ff49 to your computer and use it in GitHub Desktop.
Save jhorsman/bb2863ae2779c46982b79dc016d7ff49 to your computer and use it in GitHub Desktop.
Proxy configuration in .NET Core appsettings.json. See https://gist.github.com/jhorsman/d995ded7e6f9ad2e2260cd4549aeaf26 for .NET Framework
{
"defaultProxy": {
"proxy": {
"-usesystemdefault": "True",
"-proxyaddress": "http://localhost:8500",
"-bypassonlocal": "False"
}
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment