add ns-sargeras
This commit is contained in:
parent
6f318f21ae
commit
210f17da53
1 changed files with 26 additions and 0 deletions
26
nodes/ns-sargeras.toml
Normal file
26
nodes/ns-sargeras.toml
Normal file
|
@ -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
|
Loading…
Reference in a new issue