Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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: 10 days 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
```