wireguard: add tankstelle to pub.solar nodes

This commit is contained in:
Benjamin Yule Bädorf 2024-08-16 10:54:55 +02:00
parent 341491f7a7
commit 6bbc296337
Signed by: b12f
GPG key ID: 729956E1124F8F26

View file

@ -47,6 +47,14 @@ in {
persistentKeepalive = 15;
dynamicEndpointRefreshSeconds = 30;
}
{
endpoint = "tankstelle.pub.solar:51820";
publicKey = "iRTlY1lB7nPXf2eXzX8ZZDkfMmXyGjff5/joccbP8Cg=";
allowedIPs = [
"10.7.6.4/32"
"fd00:fae:fae:fae:fae:4::/96"
];
}
];
};
};