Ajouter ansible/wireguard/wg0-1.conf
This commit is contained in:
parent
d9e23b440b
commit
55182512d9
17
ansible/wireguard/wg0-1.conf
Normal file
17
ansible/wireguard/wg0-1.conf
Normal file
@ -0,0 +1,17 @@
|
|||||||
|
# local settings for Endpoint A
|
||||||
|
[Interface]
|
||||||
|
PrivateKey = iBHlLJhN2+I03DxWxcde2dNg+TNNWIs0degDdfDjm2Q=
|
||||||
|
Address = 10.0.0.1/32
|
||||||
|
ListenPort = 51820
|
||||||
|
|
||||||
|
# remote settings for Endpoint B
|
||||||
|
[Peer]
|
||||||
|
PublicKey = ScvzvZQlADyjcUVSNW9NDXBq6soG3LQgSgwB87rkNEY=
|
||||||
|
Endpoint = 172.16.0.111:51820
|
||||||
|
AllowedIPs = 10.0.0.2/32
|
||||||
|
|
||||||
|
# remote settings for Endpoint B
|
||||||
|
[Peer]
|
||||||
|
PublicKey = l5YUM/2Jl5BulqObV4U38WNHC8I9iM1J6Os5lT2BMU4=
|
||||||
|
Endpoint = 172.16.0.110:51820
|
||||||
|
AllowedIPs = 10.0.0.3/32
|
Loading…
x
Reference in New Issue
Block a user