about summary refs log tree commit diff
path: root/templates/wg.conf.j2
blob: 6d358b84faefce0fb3d57348c097253b67d0a2bc (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
#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

# spawarka 10.0.27.4
[Peer]
PublicKey = fd39gCTX7+hy6/lIAenhI1LVw6mCLWRSn0+6a1O+QCc=
AllowedIPs = 10.0.27.4/32
PersistentKeepalive = 20