From f83fd77e9f3abc6ac2ec73c9f87cab1d825d4e5c Mon Sep 17 00:00:00 2001 From: lare Date: Thu, 12 Jan 2023 17:44:40 +0100 Subject: [PATCH] add chaosvpn as allowed ips to node/wg-template --- nodes/templates/wireguard.template.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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