Replace placeholder keys

This commit is contained in:
Yan Lin 2025-09-10 19:06:36 +02:00
parent 9b0c68540e
commit c3527ce8e8
2 changed files with 3 additions and 7 deletions

View file

@ -144,9 +144,7 @@
peers = [
{
name = "hs";
# Public key will be generated when HS is configured
# Replace with actual public key from HS after initial setup
publicKey = "REPLACE_WITH_HS_PUBLIC_KEY";
publicKey = "HZY7V8QlnFvY6ZWNiI0WgUgWUISnEqUdzXi7Oq9M1Es=";
allowedIPs = [ "10.2.2.20/32" ];
}
];