This commit is contained in:
Nils Cant
2020-06-23 14:06:12 +02:00
parent 0249fac42b
commit aeb2cf7233
11 changed files with 189 additions and 0 deletions

9
templates/ndppd.conf.j2 Normal file
View File

@@ -0,0 +1,9 @@
proxy {{ ansible_default_ipv6.interface }}{
{% for peer in wireguard_peers %}
{% for ip6_addr in peer.allowedips | ipv6 %}
rule {{ ip6_addr }} {
static
}
{% endfor %}
{% endfor %}
}