fix: DNS: add some subdomains to tailscale DNS

main
LeRoyce Pearson 2024-01-07 09:40:42 -07:00
parent bd2147b258
commit cb2909cf9c
1 changed files with 3 additions and 0 deletions

View File

@ -280,6 +280,9 @@
};
extra_records = [
{ name = "samsehu.perli.casa"; type = "A"; value = "100.64.0.3"; }
{ name = "cockpit.samsehu.perli.casa"; type = "A"; value = "100.64.0.3"; }
{ name = "git.samsehu.perli.casa"; type = "A"; value = "100.64.0.3"; }
{ name = "nextcloud.samsehu.perli.casa"; type = "A"; value = "100.64.0.3"; }
];
};