about summary refs log tree commit diff
path: root/templates/wg.conf.j2
blob: 6a62c7fc56260e555c02b2823b85c701777e62ea (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
#tamriel 10.0.27.1
[Interface]
ListenPort = 48574
PrivateKey = {{ wireguard_private_key }}

# balmora 10.0.27.2
[Peer]
PublicKey = 6dbkVQAQPkbk0+wt6f+wge5cPW6THe0Kua830jio528= 
AllowedIPs = 10.0.27.2/32
PersistentKeepalive = 20

# motorola g6 10.0.27.3
[Peer]
PublicKey = pqSY7SCKuRkHBTMWVhYAASrx/A1HF8Nlb3emnO8WqAc=
AllowedIPs = 10.0.27.3/32
PersistentKeepalive = 20