Add Riri and Loulou to wireguard
This commit is contained in:
parent
b183796cac
commit
4e01b3e58e
1 changed files with 13 additions and 1 deletions
|
|
@ -148,12 +148,24 @@
|
||||||
interface = "wg0";
|
interface = "wg0";
|
||||||
gossipPort = 1600;
|
gossipPort = 1600;
|
||||||
peers = [
|
peers = [
|
||||||
|
# Fifi
|
||||||
{
|
{
|
||||||
# Fifi
|
|
||||||
address = "10.0.1.1";
|
address = "10.0.1.1";
|
||||||
endpoint = "92.179.73.254:19720";
|
endpoint = "92.179.73.254:19720";
|
||||||
pubkey = "/TJVF6aLEvqngjd8Gq3QkH5esEQSIL+ryz/uKdJaZEQ=";
|
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=";
|
||||||
|
}
|
||||||
];
|
];
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue