VPN Tracker 365 icon

VPN Tracker 365 26.0,51

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.0,51",
  "src": {
    "url": "https://download.equinux.com/files/other/VPN%20Tracker%20365%20-%2026.0.51.zip",
    "sha256": "da7b02ab88f1b52a886e4ae37314bc7c851cf30fdcb0f7c74a25839c8b1e205a"
  },
  "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/"
  }
}