Revert "Role service-bind-slave: listen on loopback + anycast ip addresses"
This reverts commit 61382ce676
.
This commit is contained in:
parent
dbc7895854
commit
55ca196248
1 changed files with 0 additions and 4 deletions
|
@ -19,8 +19,6 @@ options {
|
|||
|
||||
listen-on {
|
||||
127.0.0.1;
|
||||
{{ ffmwu_anycast_ipv4 | ipaddr('address') }};
|
||||
{{ ffmwu_loopback_net_ipv4 | ipaddr('net') | ipaddr(magic) | ipaddr('address') }};
|
||||
{% for mesh in meshes %}
|
||||
{{ mesh.ipv4_network | ipaddr('net') | ipaddr(magic) | ipaddr('address') }};
|
||||
{% endfor %}
|
||||
|
@ -29,8 +27,6 @@ options {
|
|||
|
||||
listen-on-v6 {
|
||||
::1;
|
||||
{{ ffmwu_anycast_ipv6 | ipaddr('address') }};
|
||||
{{ ffmwu_loopback_net_ipv6 | ipaddr('net') | ipaddr(magic) | ipaddr('address') }};
|
||||
{% for mesh in meshes %}
|
||||
{% for ip in mesh.ipv6_ula %}
|
||||
{{ ip | ipaddr('net') | ipsubnet(64, 0) | ipaddr(magic) | ipaddr('address') }};
|
||||
|
|
Loading…
Reference in a new issue