Update README.md

This commit is contained in:
Manevolent 2022-12-22 10:12:00 -07:00 committed by GitHub
parent e81001e423
commit b93d9d35d2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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. 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`. * `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_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`. * `internal_gateway6`: Optional. Specify a static IPv6 gateway that is reachable at your `internal_interface`.