add chaosvpn as allowed ips to node/wg-template

This commit is contained in:
lare 2023-01-12 17:44:40 +01:00
parent 60d1eb4a1a
commit f83fd77e9f

View file

@ -10,4 +10,4 @@ Table = off
[Peer]
PublicKey = {{peering["wg_key"]}}
{% if peering["endpoint"] %}Endpoint = {{peering["endpoint"]}}{%endif%}
AllowedIPs = {% if peering["ipv6ll"] %}{{peering["ipv6ll"]}}/128, {%endif%}fd00::/8, 172.20.0.0/14, 10.0.0.0/8
AllowedIPs = {% if peering["ipv6ll"] %}{{peering["ipv6ll"]}}/128, {%endif%}fd00::/8, 172.31.0.0/16, 172.20.0.0/14, 10.0.0.0/8