linuxserver-mods/wireguard-ipv6
Michel Roux b8ed55e431
Some checks failed
dl / wireguard-ipv6 (push) Waiting to run
dl / skip-chown (push) Has been cancelled
use the correct link for reference
2024-08-14 20:09:56 +00:00
..
root use the correct link for reference 2024-08-14 20:09:56 +00:00
Dockerfile feat: 🎉 initial commit 2024-05-15 20:36:19 +02:00
README.md feat: 🎉 initial commit 2024-05-15 20:36:19 +02:00

IPV6 - Docker mod for Wireguard

This mod adds IPV6 support to Wireguard.

In Wireguard docker arguments, set an environment variable DOCKER_MODS=xefir/mods:wireguard-ipv6

If adding multiple mods, enter them in an array separated by |, such as DOCKER_MODS=xefir/mods:wireguard-ipv6|linuxserver/mods:server-mod2

New parameters

Parameter Function
-e INTERNAL_SUBNET_IPV4=10.13.13.0 Internal IPv4 subnet for the wireguard and server and peers (only change if it clashes). Used in server mode.
-e INTERNAL_SUBNET_IPV6=fd42:42:42::0 Internal IPv6 subnet for the wireguard and server and peers (only change if it clashes). Used in server mode.