From 210f17da530875ba3a642b3b77747b745d883564 Mon Sep 17 00:00:00 2001 From: Franziska Kunsmann Date: Sat, 11 Nov 2023 20:41:07 +0100 Subject: [PATCH] add ns-sargeras --- nodes/ns-sargeras.toml | 26 ++++++++++++++++++++++++++ 1 file changed, 26 insertions(+) create mode 100644 nodes/ns-sargeras.toml diff --git a/nodes/ns-sargeras.toml b/nodes/ns-sargeras.toml new file mode 100644 index 0000000..53f64b0 --- /dev/null +++ b/nodes/ns-sargeras.toml @@ -0,0 +1,26 @@ +hostname = "46.102.156.104" +groups = [ + "debian-bookworm", + "dns", +] + +[metadata.interfaces.ens18] +ips = [ + "46.102.156.104/26", + "2a0d:f302:113:73e6::1/48", +] +gateway4 = "46.102.156.65" +gateway6 = "2a0d:f302:113::1" + +[metadata.postfix] +# It's fine to do this without authentificating to the relayhost. +# These Systems are not supposed to send mail anywhere else +# than our own domains. +relayhost = "[mail.franzi.business]:2525" + +[metadata.postgresql] +version = "15" + +[metadata.vm] +cpu = 2 +ram = 2