From e81001e423b569f0d931aee98d1502012d3ed211 Mon Sep 17 00:00:00 2001 From: Manevolent Date: Thu, 22 Dec 2022 10:10:41 -0700 Subject: [PATCH] Update README.md --- README.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/README.md b/README.md index f894e3b..52ef676 100644 --- a/README.md +++ b/README.md @@ -204,3 +204,11 @@ Keep in mind that Wireguard is presently an auxilliary satellite connection poin * `wg_prefix`: The prefix to assign to Wireguard, defaults to 32. * `wg_port`: Port for WireGuard to listen to connections on (UDP). Defaults to 51820. * `wg_routes`: A comma-delimited list of WireGuard route prefixes (CIDR) to advertise to other BGP peers. If not specified, no routes are propagated. If specified, only specific connected WireGuard peers added to the kernel routing table are advertised. + +#### IPv6 options (dual-stack) + +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_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`.