diff --git a/config/vpn.js b/config/vpn.js index 2b26514..7b74f99 100644 --- a/config/vpn.js +++ b/config/vpn.js @@ -55,6 +55,18 @@ export default { linux: 'https://nordvpn.com/tutorials/linux/', }, }, + { + name: 'ProtonVPN', + image: '/static/img/protonvpn.png', + url: 'https://www.protonvpn.com/', + sources: { + windows: 'https://protonvpn.com/download/', + macos: 'https://protonvpn.com/download/', + ios: 'https://itunes.apple.com/us/app/protonvpn-fast-secure-vpn/id1437005085', + android: 'https://play.google.com/store/apps/details?id=com.protonvpn.android', + linux: 'https://protonvpn.com/download/#dl-clients' + }, + }, ], resources: [ { diff --git a/static/img/protonvpn.jpg b/static/img/protonvpn.jpg new file mode 100644 index 0000000..931ccfe Binary files /dev/null and b/static/img/protonvpn.jpg differ