16 lines
560 B
Plaintext
16 lines
560 B
Plaintext
# local settings for Endpoint A
|
|
[Interface]
|
|
PrivateKey = qKycHr1Ukwzlkw9fI0H4gKbAHpdmwa3HDkWX7rso9Vw= #Clé privée du serveur vpn
|
|
Address = 10.0.0.1/32 #Adresse du serveur vpn
|
|
ListenPort = 51820
|
|
|
|
# remote settings for Endpoint B
|
|
[Peer]
|
|
PublicKey = GoHn0zP27+IFPcApQl/Je7EZg2gCrpvr1+Vt6H35AA0= #Clé publique du client
|
|
AllowedIPs = 10.0.0.2/32 #Adresse vpn du client
|
|
|
|
# remote settings for Endpoint C
|
|
[Peer]
|
|
PublicKey = e/GFlV6jH219ewqRpNKOKw2SVo/+4g9M5Cz7vZ35JAE= #Clé publique du client
|
|
AllowedIPs = 10.0.0.3/32 #Adresse vpn du client
|