Skip to content

Commit

Permalink
feat(headscale): update config for 0.23
Browse files Browse the repository at this point in the history
  • Loading branch information
joryirving committed Sep 18, 2024
1 parent 4ac7d04 commit d2e823a
Showing 1 changed file with 7 additions and 7 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@ spec:
noise:
private_key_path: /var/lib/headscale/noise_private.key
prefixes:
# These are the Tailscale defaults
v6: fd7a:115c:a1e0::/48
v4: 100.64.0.0/10
derp:
Expand All @@ -33,24 +34,23 @@ spec:
- https://controlplane.tailscale.com/derpmap/default
auto_update_enabled: true
update_frequency: 24h
disable_check_updates: false
disable_check_updates: true
ephemeral_node_inactivity_timeout: 30m
database:
type: sqlite
sqlite:
path: /var/lib/headscale/db.sqlite
write_ahead_log: true
# TODO: Remove after 0.23.0
db_type: sqlite3
db_path: /var/lib/headscale/db.sqlite
dns_config:
# Whether to prefer using Headscale provided DNS or use local.
override_local_dns: true
dns:
magic_dns: true
base_domain: headscale.internal
# List of DNS servers to expose to clients.
nameservers:
- 10.69.1.1
domains: []
magic_dns: true
base_domain: ${SECRET_DOMAIN}
search_domains: []
log:
level: info
oidc:
Expand Down

0 comments on commit d2e823a

Please sign in to comment.