2022-09-11 19:37:23 +00:00
|
|
|
log:
|
|
|
|
level: trace
|
2022-06-05 11:29:42 +00:00
|
|
|
acl_policy_path: ""
|
|
|
|
db_type: sqlite3
|
|
|
|
ephemeral_node_inactivity_timeout: 30m
|
2022-07-12 11:13:04 +00:00
|
|
|
node_update_check_interval: 10s
|
2022-06-05 11:29:42 +00:00
|
|
|
ip_prefixes:
|
|
|
|
- fd7a:115c:a1e0::/48
|
|
|
|
- 100.64.0.0/10
|
|
|
|
dns_config:
|
2022-10-31 15:26:18 +00:00
|
|
|
override_local_dns: true
|
2022-06-05 11:29:42 +00:00
|
|
|
base_domain: headscale.net
|
|
|
|
magic_dns: true
|
|
|
|
domains: []
|
|
|
|
nameservers:
|
2022-08-18 16:07:15 +00:00
|
|
|
- 127.0.0.11
|
2022-06-05 11:29:42 +00:00
|
|
|
- 1.1.1.1
|
|
|
|
db_path: /tmp/integration_test_db.sqlite3
|
2022-12-07 08:37:45 +00:00
|
|
|
db_ssl: false
|
2022-06-05 11:29:42 +00:00
|
|
|
private_key_path: private.key
|
2022-08-21 08:42:23 +00:00
|
|
|
noise:
|
|
|
|
private_key_path: noise_private.key
|
2022-06-05 11:29:42 +00:00
|
|
|
listen_addr: 0.0.0.0:18080
|
|
|
|
metrics_listen_addr: 127.0.0.1:19090
|
|
|
|
server_url: http://headscale:18080
|
|
|
|
|
|
|
|
derp:
|
|
|
|
urls:
|
|
|
|
- https://controlplane.tailscale.com/derpmap/default
|
|
|
|
auto_update_enabled: false
|
|
|
|
update_frequency: 1m
|