- listen-address is the correct option Reviewed-on: https://git.query.consul/unkinben/puppet-prod/pulls/275
7 lines
170 B
Plaintext
7 lines
170 B
Plaintext
server=/<%= @domain %>/<%= @bind_addr %>#<%= @dns_port %>
|
|
<% if @anycast_ip -%>
|
|
listen-address=<%= @anycast_ip %>
|
|
<% else -%>
|
|
listen-address=<%= @bind_addr %>
|
|
<% end -%>
|