mirror of
https://github.com/juanfont/headscale.git
synced 2026-09-18 22:34:54 +09:00
Update links to Tailscale documentation
This commit is contained in:
committed by
nblock
parent
7e6c7924ad
commit
f1494a32ce
+3
-3
@@ -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" ];
|
||||
|
||||
Reference in New Issue
Block a user