puppet-prod/site/profiles/templates/consul/dnsmasq.conf.erb
Ben Vincent c54bc9be74 fix: listen-addr -> listen-address
- listen-address is the correct option
2025-05-04 00:07:15 +10:00

7 lines
170 B
Plaintext

server=/<%= @domain %>/<%= @bind_addr %>#<%= @dns_port %>
<% if @anycast_ip -%>
listen-address=<%= @anycast_ip %>
<% else -%>
listen-address=<%= @bind_addr %>
<% end -%>