diff --git a/config/vpn.js b/config/vpn.js index a4bb0fa..e93d2d3 100644 --- a/config/vpn.js +++ b/config/vpn.js @@ -40,6 +40,17 @@ export default { android: 'https://www.expressvpn.com/vpn-software/vpn-android', }, }, + { + name: 'NordVPN', + image: '/static/img/nordvpn.jpg', + url: 'https://nordvpn.com/', + sources: { + windows: 'https://nordvpn.com/download/windows/', + macos: 'https://nordvpn.com/download/mac/', + ios: 'https://nordvpn.com/download/ios/', + android: 'https://nordvpn.com/download/android/', + }, + }, ], resources: [ { diff --git a/static/img/nordvpn.jpg b/static/img/nordvpn.jpg new file mode 100644 index 0000000..6146885 Binary files /dev/null and b/static/img/nordvpn.jpg differ