feat: add support for extra_records_path in hs config
This commit is contained in:
parent
81feb2f19a
commit
021ecabd3c
8 changed files with 273 additions and 23 deletions
|
|
@ -37,6 +37,7 @@ const appLoadContext = {
|
|||
hs: await loadHeadscaleConfig(
|
||||
config.headscale.config_path,
|
||||
config.headscale.config_strict,
|
||||
config.headscale.dns_records_path,
|
||||
),
|
||||
|
||||
// TODO: Better cookie options in config
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue