summaryrefslogtreecommitdiffstats
path: root/modules/base/templates/hosts
blob: 52ede8b72db6797dcb224b18b01aef3c4a7d479e (plain) (blame)
1
2
3
4
5
6
127.0.0.1 localhost
127.0.1.1 <%= @hostname %>.localdomain <%= @hostname %>

<% @vpn_ips.each do |hostname, ip| %>
<%= ip %> <%= hostname %>.algo
<% end %>