From bc9d6f4943c5f8f2cfaabbfb08d4b119b6023beb Mon Sep 17 00:00:00 2001 From: Ian Jackson Date: Thu, 30 Dec 2021 01:16:38 +0000 Subject: [PATCH] example.conf: Improve syntax by deleting one of the two map examples Signed-off-by: Ian Jackson --- example.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/example.conf b/example.conf index 8d0f48d..d06a21a 100644 --- a/example.conf +++ b/example.conf @@ -163,7 +163,7 @@ include /etc/secnet/sites.conf sites map(site,all-sites); # Or with a particular VPN -sites map(site,vpn/Vexample/all-sites); +#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