From 65c853669011b75498633e2160ce9f2abc305ff3 Mon Sep 17 00:00:00 2001 From: Manevolent Date: Thu, 22 Dec 2022 12:04:17 -0700 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index e466b6a..00dcc3e 100644 --- a/README.md +++ b/README.md @@ -207,7 +207,7 @@ Keep in mind that Wireguard is presently an auxilliary satellite connection poin #### 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. +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. This is typically something you want to do if you are using Wireguard and plan to allow mobile phones to reach you. * `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`.