mirror of
https://github.com/juanfont/headscale.git
synced 2024-12-24 13:15:52 -05:00
Added acl path key in example config
This commit is contained in:
parent
a1b8f77b1b
commit
315bc6b677
@ -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 New Issue
Block a user