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:
@@ -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
|
|
||||||
|
|||||||
@@ -8,7 +8,8 @@
|
|||||||
"tagOwners": {},
|
"tagOwners": {},
|
||||||
"hosts": {},
|
"hosts": {},
|
||||||
"acls": [
|
"acls": [
|
||||||
{
|
{
|
||||||
|
"randomizeClientPort": false,
|
||||||
"#ha-meta": {
|
"#ha-meta": {
|
||||||
"name": "users",
|
"name": "users",
|
||||||
"open": true
|
"open": true
|
||||||
|
|||||||
Reference in New Issue
Block a user