VPN Tracker 365 icon

VPN Tracker 365 24.2.2,240224

VPN client: IPsec, L2TP, OpenVPN, PPTP, SSTP, SonicWALL/AnyConnect/Fortinet SSL

Installation

System wide:

{
  environment.systemPackages = with nix-casks.packages.${system}; [
    vpn-tracker-365 # VPN Tracker 365
  ];
}

Home Manager:

{
  home.packages = with nix-casks.packages.${system}; [
    vpn-tracker-365 # VPN Tracker 365
  ];
}

Package Definition

{
  "pname": "vpn-tracker-365",
  "version": "24.2.2,240224",
  "src": {
    "url": "https://download.equinux.com/files/other/VPN%20Tracker%20365%20-%2024.2.2%20240224.zip",
    "sha256": "67df13b43e96b184f6f916d8240b162d40606ca0060375bac68179d1be06e54c"
  },
  "installPhase": [
    "mkdir -p \"$out/Applications/VPN Tracker 365.app\" && cp -r \"VPN Tracker 365.app\" \"$out/Applications\""
  ],
  "meta": {
    "description": "VPN client: IPsec, L2TP, OpenVPN, PPTP, SSTP, SonicWALL/AnyConnect/Fortinet SSL",
    "homepage": "https://vpntracker.com/"
  }
}