forked from githubixx/ansible-role-wireguard
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Allow to use multiple addresses and added IPv6 support (githubixx#174)
* Basic IPv6 support Hosts can now have one IPv6, by specifying 'wireguard_address_v6' variable. This IP is added to peer's AllowedIPs. Future plans : - Support IPv6 only hosts (No 'wireguard_address') - Allow the endpoint to be an IPv6 address * Added 'wireguard_addresses' to use multiple IPs Added the 'wireguard_addresses' variable to specify an array of IPv4 and IPv6. The old 'wireguard_address' variable can be deprecated even she still work to specify one IPv4. The 'wireguard_address_v6' from last commit was deleted. * Updating the README to use `wireguard_addresses` * 13.0.0 changelog
- Loading branch information
1 parent
6ac93af
commit a451c11
Showing
3 changed files
with
53 additions
and
18 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters