Update README.md

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

View File

@ -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`.