"Change private key for server wireguard connection"
This commit is contained in:
parent
6684283aff
commit
e8c2e9af87
|
@ -12,7 +12,7 @@
|
||||||
|
|
||||||
peers = [
|
peers = [
|
||||||
{
|
{
|
||||||
publicKey = "4sXpR5H3Qs7ZtvQW4L899+Tb6Se42pEMYZWdFYWRMDE=";
|
publicKey = "Lk+EHt6+6HPUeXigdBTbv/j4yAcs2MyGumbgrOD5WTA=";
|
||||||
allowedIPs = [ "10.0.0.1/32" ];
|
allowedIPs = [ "10.0.0.1/32" ];
|
||||||
endpoint = homeip + ":2751";
|
endpoint = homeip + ":2751";
|
||||||
persistentKeepalive = 25;
|
persistentKeepalive = 25;
|
||||||
|
|
Binary file not shown.
Loading…
Reference in New Issue