openvpn: Add link to IOS app

Reviewed-by: Sunil Mohan Adapa <sunil@medhas.org>
This commit is contained in:
Benedek Nagy 2022-01-08 20:40:46 +00:00 committed by Sunil Mohan Adapa
parent 536d02fb34
commit 0fb52ea212
No known key found for this signature in database
GPG Key ID: 43EA1CFF0AA7C5F2

View File

@ -33,6 +33,11 @@ clients = [{
'os': 'android',
'store_name': 'google-play',
'url': store_url('google-play', _package_id)
}, {
'type': 'store',
'os': 'ios',
'store_name': 'app-store',
'url': 'https://apps.apple.com/app/openvpn-connect/id590379981'
}, {
'type': 'download',
'os': 'gnu-linux',