Ecosyste.ms: Awesome
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: 10 days ago
JSON representation
:whale: Containerized BoringTun - Userspace WireGuard® Implementation in Rust by Cloudflare.
- Host: GitHub
- URL: https://github.com/ntkme/boringtun
- Owner: ntkme
- License: mit
- Created: 2020-06-24T00:21:19.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2024-09-09T15:24:59.000Z (about 2 months ago)
- Last Synced: 2024-09-09T19:06:50.924Z (about 2 months ago)
- Topics: boringtun, container, docker, podman, rust, wireguard
- Language: Dockerfile
- Homepage: https://ghcr.io/ntkme/boringtun
- Size: 59.6 KB
- Stars: 20
- Watchers: 3
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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
```