We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6c714e8 commit 8ca0fb7Copy full SHA for 8ca0fb7
1 file changed
config-example.yaml
@@ -63,6 +63,11 @@ noise:
63
# List of IP prefixes to allocate tailaddresses from.
64
# Each prefix consists of either an IPv4 or IPv6 address,
65
# and the associated prefix length, delimited by a slash.
66
+# While this looks like it can take arbitrary values, it
67
+# needs to be within IP ranges supported by the Tailscale
68
+# client.
69
+# IPv6: https://github.com/tailscale/tailscale/blob/22ebb25e833264f58d7c3f534a8b166894a89536/net/tsaddr/tsaddr.go#LL81C52-L81C71
70
+# IPv4: https://github.com/tailscale/tailscale/blob/22ebb25e833264f58d7c3f534a8b166894a89536/net/tsaddr/tsaddr.go#L33
71
ip_prefixes:
72
- fd7a:115c:a1e0::/48
73
- 100.64.0.0/10
0 commit comments