From ca8c5602c38dc1f92151a0ea4c9623df633e8a49 Mon Sep 17 00:00:00 2001 From: Gajus Kuizinas Date: Fri, 21 Jun 2019 14:46:27 +0200 Subject: [PATCH] Add instructions for `global-agent` (#822) --- 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