Hub alias on tailscale dns

This commit is contained in:
Nathan McCarty 2025-04-02 05:00:09 -04:00
parent f715fd0807
commit 0c003a2801

View file

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