headscale/config.json.sqlite.example

22 lines
583 B
Plaintext
Raw Normal View History

2020-06-21 18:32:08 +08:00
{
"server_url": "http://127.0.0.1:8080",
"listen_addr": "0.0.0.0:8080",
2020-06-21 18:32:08 +08:00
"private_key_path": "private.key",
"derp_map_path": "derp.yaml",
"ephemeral_node_inactivity_timeout": "30m",
"db_type": "sqlite3",
2021-05-19 07:28:47 +08:00
"db_path": "db.sqlite",
"tls_letsencrypt_hostname": "",
"tls_letsencrypt_listen": ":http",
"tls_letsencrypt_cache_dir": ".cache",
"tls_letsencrypt_challenge_type": "HTTP-01",
"tls_cert_path": "",
2021-07-04 19:41:38 +08:00
"tls_key_path": "",
"acl_policy_path": "",
"dns_config": {
"nameservers": [
"1.1.1.1"
]
}
}