linuxserver-mods/wireguard-ipv6/README.md
Michel Roux 351b6f2ca4
Some checks failed
dl / skip-chown (push) Failing after 18s
dl / wireguard-ipv6 (push) Failing after 15s
feat: 🎉 initial commit
2024-05-15 20:36:19 +02:00

15 lines
691 B
Markdown

# 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. |