_6tunnel

6tunnel 0.14

Tunnelling for application that don't speak IPv6

https://github.com/wojtekka/6tunnel
GNU General Public License v2.0 only
main program: 6tunnelprograms: 6tunnel
Platforms (46)
aarch64-darwinpowerpc-linuxarmv5tel-linuxaarch64-netbsdx86_64-netbsds390x-linuxriscv32-netbsdi686-netbsd
View source on NixOS/nixpkgs →

Install

Copy into your configuration

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