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

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