summaryrefslogtreecommitdiffstats
path: root/modules/base/templates/hosts
diff options
context:
space:
mode:
Diffstat (limited to 'modules/base/templates/hosts')
-rw-r--r--modules/base/templates/hosts4
1 files changed, 4 insertions, 0 deletions
diff --git a/modules/base/templates/hosts b/modules/base/templates/hosts
index 63fe815..73bfc38 100644
--- a/modules/base/templates/hosts
+++ b/modules/base/templates/hosts
@@ -1,2 +1,6 @@
127.0.0.1 localhost
127.0.1.1 <%= @hostname %>.localdomain <%= @hostname %>
+
+<% @vpn_ips.each do |hostname, ip| -%>
+<%= ip %> <%= hostname %>.algo
+<% end -%>