merge (#64) vpn-network: add ivpn client

* vpn-network: add ivpn

* aur-packages.json: add ivpn

* vpn-network: fix url

---------

Co-authored-by: Nicat Abushov <nicat@abusov.com>
This commit is contained in:
crispyfires
2026-03-25 05:22:17 -04:00
committed by GitHub
parent 3f4a65a7e7
commit 1c47cf0389
2 changed files with 181 additions and 163 deletions

View File

@@ -1,4 +1,21 @@
[
{
"id": "ivpn",
"name": "IVPN",
"description": "Private VPN with no-logging policy",
"category": "VPN & Network",
"targets": {
"arch": "ivpn-ui",
"nix": "ivpn-ui",
"homebrew": "--cask ivpn",
"snap": "ivpn"
},
"unavailableReason": "Not in official repos. Follow instructions at [ivpn.net/en/apps-linux](https://www.ivpn.net/en/apps-linux/).",
"icon": {
"type": "url",
"url": "https://upload.wikimedia.org/wikipedia/commons/4/49/Logo_of_IVPN.svg"
}
},
{
"id": "protonvpn",
"name": "Proton VPN",

View File

@@ -17,6 +17,7 @@
"intellij-idea-ultimate-edition",
"pycharm",
"clion",
"ivpn-ui"
"opera"
]
}