VPN Tracker 365 icon

VPN Tracker 365 26.7,23

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": "26.7,23",
  "src": {
    "url": "https://download.equinux.com/files/other/VPN%20Tracker%20365%20-%2026.7.23.zip",
    "sha256": "97281d2a34d96bf56c61f7dbe3beb9e84152d43c3cdaeaa84333bd405a3613d7"
  },
  "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/"
  }
}