X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?p=secnet.git;a=blobdiff_plain;f=example.conf;fp=example.conf;h=0d7a546684df550603f4bcca17624aae7c4aff48;hp=3b4a32f60e4c8d66e682e89026d433b88f0bd51b;hb=08f344d3bdffe4bb83b47b5e2d53758ce231ebc4;hpb=3454dce4c6909648b711a59b57c5a527036b2a8e diff --git a/example.conf b/example.conf index 3b4a32f..0d7a546 100644 --- a/example.conf +++ b/example.conf @@ -119,7 +119,7 @@ transform serpent256-cbc { max-sequence-skew 10; }; -include /etc/secnet/sites +include /etc/secnet/sites.conf # Here you must list all the VPN sites that you wish to communicate with. # The /etc/secnet/sites file contains information on all reachable sites; @@ -128,11 +128,15 @@ include /etc/secnet/sites # contains public keys for all sites. sites - site(example-vpn/some-site), - site(example-vpn/some-other-site), - site(example-vpn/a-third-site); + site(vpn-data/example/location1/site1), + site(vpn-data/example/location2/site1), + site(vpn-data/example/location2/site2); # If you want to communicate with all the VPN sites, you can use something # like the following instead: -# sites map(site,makelist(example-vpn)); +# sites map(site,vpn/example/all-sites); + +# If you want to communicate with a subset of locations, try the following: + +# sites map(site,vpn/example/location1,vpn/example/location2);