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
|
|
@ -44,7 +44,7 @@ export async function loader({
|
|||
nameservers: config.dns.nameservers.global,
|
||||
splitDns: config.dns.nameservers.split,
|
||||
searchDomains: config.dns.search_domains,
|
||||
extraRecords: config.dns.extra_records,
|
||||
extraRecords: context.hs.d,
|
||||
};
|
||||
|
||||
return {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue