Add ubuntu-4gb-fsn1-1 peer

This commit is contained in:
Charlotte 🦝 Delenk 2022-01-14 15:47:37 +01:00
parent 9801466a28
commit a0ba9c6b01
Signed by: darkkirb
GPG key ID: 015E3768A70AFBC5

View file

@ -5,6 +5,16 @@
interfaces."wg0" = {
listenPort = 51820;
privateKeyFile = "/run/secrets/network/wireguard/privkey";
peers = [
# Old infra: ubuntu-4gb-fsn1-1
{
publicKey = "ZtU2iWwVYeGyXC1ak+wFdTuisQNq7gMthYQZaw6InDU=";
endpoint = "23.88.44.119:51820";
allowedIPs = [
"fd00:e621:e621::/48"
];
}
];
};
};
}