hosts/remilia: update wireguard keys

Signed-off-by: natto1784 <natto@weirdnatto.in>
This commit is contained in:
2024-06-28 20:22:21 +05:30
parent 129fa4973f
commit 4c87e635ab

View File

@@ -65,13 +65,17 @@
allowedIPs = [ ips.marisa ]; allowedIPs = [ ips.marisa ];
} }
{ {
publicKey = "SqskEH7hz7Gv9ZS+FYLRFgKZyJCFbBFCyuvzBYnbfVU="; publicKey = "oliAKHloLOulQrDwG+2NZIYg0sQAsuQ/q/lLkPCdcRE=";
allowedIPs = [ ips.satori ]; allowedIPs = [ ips.satori ];
} }
{ {
publicKey = "IHYIan9Xq2PBTSzcMdHpzx4PM67l09WdsGa6s+siyH0="; publicKey = "IHYIan9Xq2PBTSzcMdHpzx4PM67l09WdsGa6s+siyH0=";
allowedIPs = [ ips.hina ]; allowedIPs = [ ips.hina ];
} }
{
publicKey = "BRdWQYPyfZeEWGtghhoYZf90nOsU/kXB3vOFJ6A17Ao=";
allowedIPs = [ ips.okina ];
}
]; ];
}; };
}; };