From 7fffacdfc8d7f6eab7199d622c22b83386bb817d Mon Sep 17 00:00:00 2001 From: Gajus Kuizinas Date: Fri, 21 Jun 2019 10:53:17 +0200 Subject: [PATCH] docs: add instructions for global-agent (fixes #789) --- readme.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/readme.md b/readme.md index 3af0d75b5..502ea12fb 100644 --- a/readme.md +++ b/readme.md @@ -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