From c1b90ffa9589a808cbe10264089b08e04dd9715d Mon Sep 17 00:00:00 2001 From: githubixx Date: Mon, 4 May 2020 23:06:11 +0200 Subject: [PATCH] update README --- README.md | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 2399a4e..2c09cfb 100644 --- a/README.md +++ b/README.md @@ -7,7 +7,7 @@ I used [PeerVPN](https://peervpn.net/) before but that wasn't updated for a whil In general WireGuard is a network tunnel (VPN) for IPv4 and IPv6 that uses UDP. If you need more information about [WireGuard](https://www.wireguard.io/) you can find a good introduction here: [Installing WireGuard, the Modern VPN](https://research.kudelskisecurity.com/2017/06/07/installing-wireguard-the-modern-vpn/). -This role was tested with Ubuntu 18.04 (Bionic Beaver), Debian 9 (Stretch), Archlinux, Fedora 31 and CentOS. It might also work with Ubuntu 16.04 (Xenial Xerus), Debian 10 (Buster) or other distributions but haven't tested it. If someone tested it let me please know if it works or send a pull request to make it work ;-) +This role is tested with Ubuntu 18.04 (Bionic Beaver), Ubuntu 20 (Focal Fossa) and Archlinux. Ubuntu 16.04 (Xenial Xerus), Debian 9 (Stretch), Debian 10 (Buster), Fedora 31 (or later) and CentOS 7 might also work or other distributions but haven't tested it (code for this operating systems was submitted by other contributors). If someone tested it let me please know if it works or send a pull request to make it work ;-) Versions -------- @@ -294,11 +294,13 @@ vpn1: vpn2: hosts: - # use a different name, and define ansible_host, to avoid mixing of vars without needing to prefix vars with interface name + # Use a different name, and define ansible_host, to avoid mixing of vars without + # needing to prefix vars with interface name. multi-wg1: ansible_host: multi wireguard_interface: wg1 - wireguard_port: 51821 # when using several interface on one host, we must use different ports + # when using several interface on one host, we must use different ports + wireguard_port: 51821 wireguard_address: 10.9.1.1/32 wireguard_endpoint: multi.exemple.com another: