Ajouter ansible/wireguard/wg0-2.conf
This commit is contained in:
parent
55182512d9
commit
6127efd8a0
11
ansible/wireguard/wg0-2.conf
Normal file
11
ansible/wireguard/wg0-2.conf
Normal file
@ -0,0 +1,11 @@
|
||||
# local settings for Endpoint B
|
||||
[Interface]
|
||||
PrivateKey = SCkd5aD3cMZpgbfGchITrP/Q2GWvHh6ZCav0Mcwr1EU=
|
||||
Address = 10.0.0.2/32
|
||||
ListenPort = 51820
|
||||
|
||||
# remote settings for Endpoint A
|
||||
[Peer]
|
||||
PublicKey = 0U4DWwLi8IBJxgQgehV3GqHb7DxW1H/CkDAwhNmsPXk=
|
||||
Endpoint = 172.16.0.112:51820
|
||||
AllowedIPs = 10.0.0.1/32
|
Loading…
x
Reference in New Issue
Block a user