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