From ca307b74465a61c8d9c700f12e5ac85344b29f87 Mon Sep 17 00:00:00 2001 From: Ian Jackson Date: Sun, 24 May 2020 19:11:09 +0100 Subject: [PATCH] example.conf: Use new name-prefixed format Otherwise it won't work at all. Signed-off-by: Ian Jackson --- example.conf | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/example.conf b/example.conf index f1d8758..68de647 100644 --- a/example.conf +++ b/example.conf @@ -160,7 +160,10 @@ include /etc/secnet/sites.conf # If you want to communicate with all the VPN sites, you can use something # like the following: -sites map(site,vpn/example/all-sites); +sites map(site,all-sites); + +# Or with a particular VPN +sites map(site,vpn/Vexample/all-sites); # If you only want to communicate with a subset of the VPN sites, list # them explicitly: -- 2.30.2