summaryrefslogtreecommitdiffstats
path: root/modules/headscale/templates/config.yaml
blob: 09f6824c78bc5776a24ec7c03856b3e117454f95 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
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:
  - 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