hotfix: update headscale config for v0.29.0 breaking changes

- ephemeral_node_inactivity_timeout → node.ephemeral.inactivity_timeout
- randomize_client_port → randomizeClientPort in policy file
This commit is contained in:
2026-06-18 14:26:58 +02:00
parent b407202e53
commit ec0420962b
2 changed files with 5 additions and 3 deletions
+3 -2
View File
@@ -33,7 +33,9 @@ derp:
auto_update_enabled: true auto_update_enabled: true
update_frequency: 24h update_frequency: 24h
disable_check_updates: false disable_check_updates: false
ephemeral_node_inactivity_timeout: 30m node:
ephemeral:
inactivity_timeout: 30m
database: database:
type: sqlite type: sqlite
debug: false debug: false
@@ -76,4 +78,3 @@ unix_socket: /var/run/headscale/headscale.sock
unix_socket_permission: "0770" unix_socket_permission: "0770"
logtail: logtail:
enabled: false enabled: false
randomize_client_port: false
+2 -1
View File
@@ -8,7 +8,8 @@
"tagOwners": {}, "tagOwners": {},
"hosts": {}, "hosts": {},
"acls": [ "acls": [
{ {
"randomizeClientPort": false,
"#ha-meta": { "#ha-meta": {
"name": "users", "name": "users",
"open": true "open": true