VPN Tracker 365 icon

VPN Tracker 365 24.2.1,240212

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.1,240212",
  "src": {
    "url": "https://download.equinux.com/files/other/VPN%20Tracker%20365%20-%2024.2.1%20240212.zip",
    "sha256": "7a5c11458dea4086ba2c2c5e7715e48af34255bd1a01ecce44f639982407278c"
  },
  "installPhase": [
    "mkdir -p \"$out/Applications\" && cp -r \"VPN Tracker 365.app\" \"$out/Applications/VPN Tracker 365.app\""
  ],
  "meta": {
    "description": "VPN client: IPsec, L2TP, OpenVPN, PPTP, SSTP, SonicWALL/AnyConnect/Fortinet SSL",
    "homepage": "https://vpntracker.com/"
  }
}