An open API service indexing awesome lists of open source software.

https://github.com/ntkme/boringtun

:whale: Containerized BoringTun - Userspace WireGuard® Implementation in Rust by Cloudflare.
https://github.com/ntkme/boringtun

boringtun container docker podman rust wireguard

Last synced: 11 months ago
JSON representation

:whale: Containerized BoringTun - Userspace WireGuard® Implementation in Rust by Cloudflare.

Awesome Lists containing this project

README

          

# boringtun

``` sh
docker run -d \
--cap-add MKNOD \
--cap-add NET_ADMIN \
--cap-add NET_RAW \
--publish 51820:51820/udp \
--volume /etc/wireguard/wg0.conf:/etc/wireguard/wg0.conf \
ghcr.io/ntkme/boringtun:edge wg0
```