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 3fbde7a commit 881a6b9Copy full SHA for 881a6b9
config-example.yaml
@@ -60,7 +60,9 @@ prefixes:
60
v6: fd7a:115c:a1e0::/48
61
62
# Strategy used for allocation of IPs to nodes, available options:
63
- # - sequential (default): assigns the next free IP from the previous given IP.
+ # - sequential (default): assigns the next free IP from the previous given
64
+ # IP. A best-effort approach is used and Headscale might leave holes in the
65
+ # IP range or fill up existing holes in the IP range.
66
# - random: assigns the next free IP from a pseudo-random IP generator (crypto/rand).
67
allocation: sequential
68
0 commit comments