18 lines
449 B
Plaintext
18 lines
449 B
Plaintext
# local settings for Endpoint A
|
|
[Interface]
|
|
PrivateKey = CNafmAzvjGGAFA5RsDCHtypTh9RGnAxpkxZCt9cBkXo=
|
|
Address = 10.0.0.1/24
|
|
ListenPort = 51820
|
|
|
|
# remote settings for Endpoint B
|
|
[Peer]
|
|
PublicKey = UMlB4+d/SYufqAGbuHDvGvkOhGKEihIgR+rhFzk3Aj0=
|
|
Endpoint = 172.16.0.120:51820
|
|
AllowedIPs = 10.0.0.2/24
|
|
|
|
# remote settings for Endpoint C
|
|
[Peer]
|
|
PublicKey = EWOjtZLwhNLDokDWJCONaBtqpGbr+x5tzNFeUI0hHEE=
|
|
Endpoint = 172.16.0.121:51820
|
|
AllowedIPs = 10.0.0.3/24
|