Skip to content

Commit 8ca0fb7

Browse files
kradalbyjuanfont
authored andcommitted
update ip_prefixes docs
we cant actually have arbitrary ip ranges, add a note about that. Signed-off-by: Kristoffer Dalby <kristoffer@tailscale.com>
1 parent 6c714e8 commit 8ca0fb7

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

config-example.yaml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -63,6 +63,11 @@ noise:
6363
# List of IP prefixes to allocate tailaddresses from.
6464
# Each prefix consists of either an IPv4 or IPv6 address,
6565
# 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
6671
ip_prefixes:
6772
- fd7a:115c:a1e0::/48
6873
- 100.64.0.0/10

0 commit comments

Comments
 (0)