Update links to Tailscale documentation
This commit is contained in:
parent
7e6c7924ad
commit
f1494a32ce
21 changed files with 98 additions and 91 deletions
|
|
@ -337,7 +337,7 @@ in
|
|||
type = lib.types.bool;
|
||||
default = true;
|
||||
description = ''
|
||||
Whether to use [MagicDNS](https://tailscale.com/kb/1081/magicdns/).
|
||||
Whether to use [MagicDNS](https://tailscale.com/docs/features/magicdns).
|
||||
'';
|
||||
example = false;
|
||||
};
|
||||
|
|
@ -360,7 +360,7 @@ in
|
|||
type = lib.types.bool;
|
||||
default = true;
|
||||
description = ''
|
||||
Whether to [override clients' DNS servers](https://tailscale.com/kb/1054/dns#override-dns-servers).
|
||||
Whether to [override clients' DNS servers](https://tailscale.com/docs/reference/dns-in-tailscale#override-dns-servers).
|
||||
'';
|
||||
example = false;
|
||||
};
|
||||
|
|
@ -380,7 +380,7 @@ in
|
|||
default = { };
|
||||
description = ''
|
||||
Split DNS configuration (map of domains and which DNS server to use for each).
|
||||
See <https://tailscale.com/kb/1054/dns/>.
|
||||
See <https://tailscale.com/docs/reference/dns-in-tailscale>.
|
||||
'';
|
||||
example = {
|
||||
"foo.bar.com" = [ "1.1.1.1" ];
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue