X-Git-Url: https://git.llucax.com/software/pymin.git/blobdiff_plain/12b7d86229346c68e653a51d1e6598a5973901ba..92e78eed502eb39da30a133ab473d80fca425646:/services/vpn/templates/host diff --git a/services/vpn/templates/host b/services/vpn/templates/host index c2a2acb..8ff7917 100644 --- a/services/vpn/templates/host +++ b/services/vpn/templates/host @@ -1,3 +1,4 @@ -Address = ${host.ip} -Subnet = ${host.src_net} -${host.pub_key} +# Host ${host.name} configuration +Address = ${host.address} +Subnet = ${host.subnet} +${host.public_key}