openvpn

openvpn 2.6.21

Robust and highly flexible tunneling application

https://openvpn.net/
GNU General Public License v2.0 only
main program: openvpnprograms: openvpn
Platforms (45)
mips64-linuxarmv7a-netbsdarmv7l-linuxaarch64-darwinarmv7l-netbsdi686-netbsdarc-linuxarmv6l-linux
View source on NixOS/nixpkgs →

Install

Copy into your configuration

NixOS (configuration.nix)
environment.systemPackages = with pkgs; [
  openvpn
];
Ad-hoc shell
nix-shell -p openvpn
Flake (nix run)
nix run nixpkgs#openvpn