]> git.llucax.com Git - software/pymin.git/blobdiff - services/vpn/templates/host
Use more meaningful names in Vpn items from vpn service (closes #35)
[software/pymin.git] / services / vpn / templates / host
index c2a2acbc9e39d3f503f39c96e72398fa68f8a864..8ff79176b9dd3e77bad54dbc29a987c2c1dc99d3 100644 (file)
@@ -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}