mirror of
https://github.com/juanfont/headscale.git
synced 2026-04-24 09:38:45 +02:00
Added acl path key in example config
This commit is contained in:
@@ -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": ""
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user