Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/andreygubarev/docker-wireguard

Docker Image for WireGuard
https://github.com/andreygubarev/docker-wireguard

docker docker-image wireguard

Last synced: 7 days ago
JSON representation

Docker Image for WireGuard

Awesome Lists containing this project

README

        

# Docker Image for WireGuard

## Installation

```bash
docker pull ghcr.io/andreygubarev/wireguard:latest
```

## Usage

```bash
docker run \
--name wireguard \
--cap-add NET_ADMIN \
--sysctl "net.ipv4.conf.all.src_valid_mark=1" \
-v "$(pwd)/wg0.conf:/etc/wireguard/wg0.conf:ro" \
ghcr.io/andreygubarev/wireguard:latest
```

# References

- Patch for `src_valid_mark` sysctl: https://lists.zx2c4.com/pipermail/wireguard/2023-February/007936.html