diff --git a/config/vpn.js b/config/vpn.js index a4bb0fa..e2016a2 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: 'ProtonVPN', + image: '/static/img/protonvpn.png', + url: 'https://www.protonvpn.com/', + sources: { + windows: 'https://www.expressvpn.com/vpn-software/vpn-windows', + macos: 'https://www.expressvpn.com/vpn-software/vpn-mac', + ios: 'https://www.expressvpn.com/vpn-software/vpn-ios', + android: 'https://play.google.com/store/apps/details?id=com.protonvpn.android', + }, + }, ], resources: [ { diff --git a/static/img/protonvpn.png b/static/img/protonvpn.png new file mode 100644 index 0000000..4dbc2a8 Binary files /dev/null and b/static/img/protonvpn.png differ