add chaosvpn as allowed ips to node/wg-template
This commit is contained in:
parent
60d1eb4a1a
commit
f83fd77e9f
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue