]> git.somenet.org - root/pub/somesible.git/blob - roles/base/wireguard/files/default/wg0.conf
[roles/base/wireguard] install wireguard tools
[root/pub/somesible.git] / roles / base / wireguard / files / default / wg0.conf
1 #
2 ################################################
3 ### Managed by someone's ansible provisioner ###
4 ################################################
5 # Part of: https://git.somenet.org/root/pub/somesible.git
6 # 2017-2024 by someone <someone@somenet.org>
7 #
8
9 [Interface]
10 Address = .../24
11 PrivateKey = ...
12
13 [Peer]
14 PublicKey = ...
15 AllowedIPs = .../24
16 Endpoint = ...:51820
17 PersistentKeepalive = 25