From b93d9d35d2affc8d22809c4407bee1f5d0671c0b Mon Sep 17 00:00:00 2001 From: Manevolent Date: Thu, 22 Dec 2022 10:12:00 -0700 Subject: [PATCH] Update README.md --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 52ef676..e466b6a 100644 --- a/README.md +++ b/README.md @@ -210,5 +210,6 @@ Keep in mind that Wireguard is presently an auxilliary satellite connection poin Enabling IPv6 allows you to be more easily/natively reached by IPv6 native clients, such as mobile phones on LTE. Keep in mind this doesn't switch on IPv6 inside the VPN itself. * `ipv6_enabled`: Set to `true` to enable IPv6 support. Defaults to `false`. + * `internal_address6`: Optional; if unset, SLAAC is used. Specify a static IPv6 address to bind to `internal_interface`. * `internal_subnet6`: Optional. Specify a static IPv6 subnet that is associated to your `internal_interface`. * `internal_gateway6`: Optional. Specify a static IPv6 gateway that is reachable at your `internal_interface`.