Hub alias on tailscale dns
This commit is contained in:
parent
f715fd0807
commit
0c003a2801
1 changed files with 5 additions and 0 deletions
|
@ -17,6 +17,11 @@
|
||||||
dns = {
|
dns = {
|
||||||
base_domain = "tailnet.stranger.systems";
|
base_domain = "tailnet.stranger.systems";
|
||||||
magic_dns = true;
|
magic_dns = true;
|
||||||
|
extra_records = [
|
||||||
|
{name = "hub.tailnet.stranger.systems";
|
||||||
|
type = "A";
|
||||||
|
value = "100.64.0.3";}
|
||||||
|
];
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
Loading…
Add table
Reference in a new issue