Add publicKeys

This commit is contained in:
iFargle 2023-10-06 13:18:32 +09:00
parent a56c3c82d8
commit b0621a2bd4
2 changed files with 2 additions and 2 deletions

View file

@ -70,7 +70,7 @@
# Testing # Testing
peers = [ peers = [
{ # osaka-vultr-01 { # osaka-vultr-01
publicKey = ""; publicKey = "yPZ3EmmIqCkReXf1DRTxzVaKQ2k+ifGmYJHji5nnMmE=";
persistentKeepalive = 5; persistentKeepalive = 5;
allowedIPs = [ "0.0.0.0/0" ]; allowedIPs = [ "0.0.0.0/0" ];
endpoint = "64.176.54.57:51820"; endpoint = "64.176.54.57:51820";

View file

@ -42,7 +42,7 @@
# Testing # Testing
peers = [ peers = [
{ # nixos-rpi4-01 { # nixos-rpi4-01
publicKey = ""; publicKey = "trHvfNtQ7HKMiJjxEXo2Iubq5G6egjx7gHiBlDmJ5Ek=";
allowedIPs = [ "10.100.0.2/32" ]; allowedIPs = [ "10.100.0.2/32" ];
persistentKeepalive = 5; persistentKeepalive = 5;
presharedKeyFile = "/run/secrets/wireguard_keys/preshared_key"; presharedKeyFile = "/run/secrets/wireguard_keys/preshared_key";