23 lines
609 B
YAML
23 lines
609 B
YAML
log_level: trace
|
|
acl_policy_path: ""
|
|
db_type: sqlite3
|
|
ephemeral_node_inactivity_timeout: 30m
|
|
node_update_check_interval: 10s
|
|
ip_prefixes:
|
|
- fd7a:115c:a1e0::/48
|
|
- 100.64.0.0/10
|
|
db_path: /tmp/integration_test_db.sqlite3
|
|
private_key_path: private.key
|
|
noise:
|
|
private_key_path: noise_private.key
|
|
listen_addr: 0.0.0.0:8443
|
|
server_url: https://headscale-oidc:8443
|
|
tls_cert_path: "/etc/headscale/tls/server.crt"
|
|
tls_key_path: "/etc/headscale/tls/server.key"
|
|
tls_client_auth_mode: disabled
|
|
derp:
|
|
urls:
|
|
- https://controlplane.tailscale.com/derpmap/default
|
|
auto_update_enabled: true
|
|
update_frequency: 1m
|