Add publicKeys
This commit is contained in:
parent
a56c3c82d8
commit
b0621a2bd4
2 changed files with 2 additions and 2 deletions
|
@ -70,7 +70,7 @@
|
|||
# Testing
|
||||
peers = [
|
||||
{ # osaka-vultr-01
|
||||
publicKey = "";
|
||||
publicKey = "yPZ3EmmIqCkReXf1DRTxzVaKQ2k+ifGmYJHji5nnMmE=";
|
||||
persistentKeepalive = 5;
|
||||
allowedIPs = [ "0.0.0.0/0" ];
|
||||
endpoint = "64.176.54.57:51820";
|
||||
|
|
|
@ -42,7 +42,7 @@
|
|||
# Testing
|
||||
peers = [
|
||||
{ # nixos-rpi4-01
|
||||
publicKey = "";
|
||||
publicKey = "trHvfNtQ7HKMiJjxEXo2Iubq5G6egjx7gHiBlDmJ5Ek=";
|
||||
allowedIPs = [ "10.100.0.2/32" ];
|
||||
persistentKeepalive = 5;
|
||||
presharedKeyFile = "/run/secrets/wireguard_keys/preshared_key";
|
||||
|
|
Loading…
Reference in a new issue