Skip to content

Commit

Permalink
Add instructions for global-agent (#822)
Browse files Browse the repository at this point in the history
  • Loading branch information
gajus authored and szmarczak committed Jun 21, 2019
1 parent 9c04a7c commit ca8c560
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion readme.md
Expand Up @@ -882,7 +882,7 @@ got('https://sindresorhus.com', {
});
```

Check out [`global-tunnel`](https://github.com/np-maintain/global-tunnel) if you want to configure proxy support for all HTTP/HTTPS traffic in your app.
Alternatively, use [`global-agent`](https://github.com/gajus/global-agent) to configure a global proxy for all HTTP/HTTPS traffic in your program.


## Cookies
Expand Down

0 comments on commit ca8c560

Please sign in to comment.