feat(network): new wireguard access

This commit is contained in:
Florian Schmitt 2025-01-14 17:46:43 +03:00
parent ace56666f5
commit f25339fd2d

View file

@ -66,6 +66,28 @@
}
];
};
wg34 = {
address = [
"10.34.12.8/24"
];
dns = [
"80.67.169.12"
"80.67.169.40"
# "89.234.152.131" #iloth
];
privateKeyFile = "/home/mrflos/Nextcloud/Apps/iloth.mrflos.wg-private.key";
peers = [
{
publicKey = "n23gZzugKc68ax6J8LDZ3DG7ECwjXXDi/XTwas6RbAU=";
allowedIPs = [
"10.34.0.0/16"
];
endpoint = "goelland-wan.distrilab.org:51777";
persistentKeepalive = 25;
}
];
};
};
};