mirror of
https://github.com/juanfont/headscale.git
synced 2024-11-26 17:03:06 +00:00
17 lines
482 B
YAML
17 lines
482 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:8443
|
|
tls_cert_path: "/etc/headscale/tls/server.crt"
|
|
tls_key_path: "/etc/headscale/tls/server.key"
|
|
tls_client_auth_mode: disabled
|