diff --git a/site/profiles/templates/consul/dnsmasq.conf.erb b/site/profiles/templates/consul/dnsmasq.conf.erb index 57ecef6..1e0a328 100644 --- a/site/profiles/templates/consul/dnsmasq.conf.erb +++ b/site/profiles/templates/consul/dnsmasq.conf.erb @@ -1,6 +1,6 @@ server=/<%= @domain %>/<%= @bind_addr %>#<%= @dns_port %> <% if @anycast_ip -%> -listen-addr=<%= @anycast_ip %> +listen-address=<%= @anycast_ip %> <% else -%> -listen-addr=<%= @bind_addr %> +listen-address=<%= @bind_addr %> <% end -%>