about summary refs log tree commit diff
path: root/templates/wg.netdev.j2
blob: 5d0bf5fa166ea503107e106b21030349ab8c89fc (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
[NetDev]
Name = wg0
Kind = wireguard
Description = Wireguard

#tamriel 10.0.27.1
[WireGuard]
ListenPort = 48574
PrivateKey = {{ wireguard_private_key }}

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

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