summaryrefslogtreecommitdiffstats
path: root/modules/headscale/templates/config.yaml
blob: d37eb3b4bf47f1b5f97e67837b0c9374bcb9475d (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
server_url: https://headscale.tozt.net
listen_addr: 0.0.0.0:8081
metrics_listen_addr: 0.0.0.0:9091
private_key_path: <%= @data_dir %>/private.key
noise:
  private_key_path: <%= @data_dir %>/noise_private.key
ip_prefixes:
  - fd7a:115c:a1e0::/48
  - 100.64.0.0/10
disable_check_updates: true
db_type: sqlite3
db_path: <%= @data_dir %>/db.sqlite
dns_config:
  override_local_dns: false
  magic_dns: true
  base_domain: headscale.tozt.net