From 7196e0de9eea263bca861f288ff4322af9992083 Mon Sep 17 00:00:00 2001 From: Kenan Japalak Date: Wed, 16 Jan 2019 16:46:46 +0100 Subject: [PATCH] Update vpn.js Add a resource that extensively compares VPN providers --- config/vpn.js | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/config/vpn.js b/config/vpn.js index 4b0ef59..a25e367 100644 --- a/config/vpn.js +++ b/config/vpn.js @@ -86,5 +86,10 @@ export default { url: 'https://www.macworld.com/article/3322951/security/why-you-should-use-a-vpn-on-a-public-wi-fi-network.html', }, + { + name: 'A detailed VPN provider comparison chart', + url: + 'https://thatoneprivacysite.net/vpn-comparison-chart/', + }, ], };