mirror of
https://github.com/juanfont/headscale.git
synced 2024-11-30 02:43:05 +00:00
Added acl path key in example config
This commit is contained in:
parent
a1b8f77b1b
commit
315bc6b677
2 changed files with 4 additions and 2 deletions
|
@ -14,5 +14,6 @@
|
||||||
"tls_letsencrypt_cache_dir": ".cache",
|
"tls_letsencrypt_cache_dir": ".cache",
|
||||||
"tls_letsencrypt_challenge_type": "HTTP-01",
|
"tls_letsencrypt_challenge_type": "HTTP-01",
|
||||||
"tls_cert_path": "",
|
"tls_cert_path": "",
|
||||||
"tls_key_path": ""
|
"tls_key_path": "",
|
||||||
|
"acl_policy_path": ""
|
||||||
}
|
}
|
||||||
|
|
|
@ -10,5 +10,6 @@
|
||||||
"tls_letsencrypt_cache_dir": ".cache",
|
"tls_letsencrypt_cache_dir": ".cache",
|
||||||
"tls_letsencrypt_challenge_type": "HTTP-01",
|
"tls_letsencrypt_challenge_type": "HTTP-01",
|
||||||
"tls_cert_path": "",
|
"tls_cert_path": "",
|
||||||
"tls_key_path": ""
|
"tls_key_path": "",
|
||||||
|
"acl_policy_path": ""
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue