summaryrefslogtreecommitdiff
path: root/roles/install_wireguard_backbone/templates/wg2.conf.j2
blob: cbccda82bc8586bb7309d3db772ced4485f7cb63 (plain)
1
2
3
4
5
6
7
8
9
[Interface]
ListenPort = {{ item.port }}
PrivateKey = {{ wireguard_bb_priv_key }}

[Peer]
PublicKey = {{ item.pub_key }}
AllowedIPs = 0.0.0.0/0,::/0
Endpoint = [{{ item.endpoint }}]:{{ wireguard_bb_port }}
PersistentKeepalive = 30