Add role
This commit is contained in:
9
templates/ndppd.conf.j2
Normal file
9
templates/ndppd.conf.j2
Normal 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 %}
|
||||
}
|
||||
Reference in New Issue
Block a user