VPN Tracker 365 icon

VPN Tracker 365 26.3,87

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.3,87",
  "src": {
    "url": "https://download.equinux.com/files/other/VPN%20Tracker%20365%20-%2026.3.87.zip",
    "sha256": "84a4cbf48a3e7496e504a6dab2a6feef3712f7fd755f3161fcb54fc855171058"
  },
  "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/"
  }
}