Add Riri and Loulou to wireguard

This commit is contained in:
Zuma 2025-11-06 19:49:52 +01:00
parent b183796cac
commit 4e01b3e58e

View file

@ -148,12 +148,24 @@
interface = "wg0";
gossipPort = 1600;
peers = [
{
# Fifi
{
address = "10.0.1.1";
endpoint = "92.179.73.254:19720";
pubkey = "/TJVF6aLEvqngjd8Gq3QkH5esEQSIL+ryz/uKdJaZEQ=";
}
# Riri
{
address = "10.0.2.1";
endpoint = "176.159.248.209:19720";
pubkey = "lUUTv85m7vtIKY7+s//AWL5r/epjXSBZNJCrgjRfQj0=";
}
# Fifi
{
address = "10.0.3.1";
endpoint = "82.67.117.71:19720";
pubkey = "J/liQaChv4ZBjwlLmobM0NA/Wwgl8nDcQEcGdsC5Exc=";
}
];
};