diff --git a/nodes/templates/wireguard.template.conf b/nodes/templates/wireguard.template.conf index 0866dc4..fae0ed7 100644 --- a/nodes/templates/wireguard.template.conf +++ b/nodes/templates/wireguard.template.conf @@ -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