fix: listen-addr -> listen-address
- listen-address is the correct option
This commit is contained in:
parent
a70b6492b0
commit
c54bc9be74
@ -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 -%>
|
||||
|
||||
Loading…
Reference in New Issue
Block a user