mirror of
https://github.com/Noratrieb/vps.git
synced 2026-07-12 08:17:45 +02:00
step 1 for dyn dns
This commit is contained in:
parent
975fb518ef
commit
d41530b65f
1 changed files with 2 additions and 1 deletions
|
|
@ -18,7 +18,7 @@ let
|
|||
vps1 // {
|
||||
TTL = hour1;
|
||||
SOA = {
|
||||
nameServer = "ns1.nilstrieb.dev.";
|
||||
nameServer = "ns.nilstrieb.dev.";
|
||||
adminEmail = "void@nilstrieb.dev";
|
||||
serial = 2024072601;
|
||||
};
|
||||
|
|
@ -34,6 +34,7 @@ let
|
|||
];
|
||||
|
||||
subdomains = {
|
||||
ns = dns1;
|
||||
ns1 = dns1;
|
||||
ns2 = dns2;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue