Skip to content

Instantly share code, notes, and snippets.

@marcelo-schroeder
Created December 23, 2020 04:50
Show Gist options
  • Save marcelo-schroeder/40fceb653b0d8c19258544f2cdd61366 to your computer and use it in GitHub Desktop.
Save marcelo-schroeder/40fceb653b0d8c19258544f2cdd61366 to your computer and use it in GitHub Desktop.
macOS Automatic Proxy Configuration for Hoverfly
function FindProxyForURL() {
return 'PROXY localhost:8500'
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment