formatting

This commit is contained in:
Nathan McCarty 2025-04-04 17:18:52 -04:00
parent 14d0fb13ed
commit 40d45a8abd
3 changed files with 8 additions and 8 deletions

View file

@ -18,9 +18,11 @@
base_domain = "tailnet.stranger.systems";
magic_dns = true;
extra_records = [
{name = "hub.tailnet.stranger.systems";
type = "A";
value = "100.64.0.3";}
{
name = "hub.tailnet.stranger.systems";
type = "A";
value = "100.64.0.3";
}
];
};
};