mirror of
https://github.com/Noratrieb/vps.git
synced 2026-01-16 17:45:14 +01:00
updates
This commit is contained in:
parent
63c3c97d7c
commit
01ce6387da
3 changed files with 11 additions and 6 deletions
|
|
@ -5,6 +5,9 @@ let
|
|||
let
|
||||
dns1 = host "154.38.163.74" null;
|
||||
dns2 = host "128.140.3.7" "2a01:4f8:c2c:d616::";
|
||||
|
||||
vps1 = host "161.97.165.1" null;
|
||||
|
||||
in
|
||||
{
|
||||
SOA = {
|
||||
|
|
@ -27,11 +30,13 @@ let
|
|||
"she/her"
|
||||
];
|
||||
|
||||
localhost.A = [ (a "127.0.0.1") ];
|
||||
newtest.TXT = [ "uwu it works" ];
|
||||
|
||||
infra.subdomains = {
|
||||
inherit dns1;
|
||||
inherit dns2;
|
||||
inherit vps1;
|
||||
};
|
||||
};
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue