summaryrefslogtreecommitdiffstats
path: root/modules/headscale/templates/config.yaml
blob: 296fdd591e45b4ad8e23e7b8b2c0aff720f6b9f8 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
server_url: https://headscale.tozt.net
listen_addr: 0.0.0.0:8080
metrics_listen_addr: 0.0.0.0:9090
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