This package browser is in early development. Mind the rough edges.

gvisor-tap-vsock

Network stack for virtualization based on gVisor

This package provides a replacement for libslirp and VPNKit, written in pure Go. It is based on the network stack of gVisor and brings a configurable DNS server and dynamic port forwarding.

It can be used with QEMU, Hyperkit, Hyper-V and User-Mode Linux.

The binary is called gvproxy.

Installation

Install the latest version of gvisor-tap-vsock as follows:

guix install gvisor-tap-vsock

Or install a particular version:

guix install gvisor-tap-vsock@0.8.7

You can also install packages in augmented, pure or containerized environments for development or simply to try them out without polluting your user profile. See the guix shell documentation for more information.

Badge code

You can use the following badge to inform users of gvisor-tap-vsock about the latest version available in Guix.

Example HTML:

<a href='https://packages.guix.gnu.org/packages/gvisor-tap-vsock'><img src='https://packages.guix.gnu.org/packages/gvisor-tap-vsock/badges/latest-version.svg' alt='Version in GNU Guix'></a>

Example Markdown:

[![Version in GNU Guix](https://packages.guix.gnu.org/packages/gvisor-tap-vsock/badges/latest-version.svg)](https://packages.guix.gnu.org/packages/gvisor-tap-vsock)

Example Org:

[[https://packages.guix.gnu.org/packages/gvisor-tap-vsock][https://packages.guix.gnu.org/packages/gvisor-tap-vsock/badges/latest-version.svg]]