1
0
mirror of https://github.com/StackExchange/dnscontrol.git synced 2024-05-11 05:55:12 +00:00

dnscontrol.d.ts: fix DOMAIN_ELSEWHERE_AUTO signature (#2606)

This commit is contained in:
Filippo Valsorda
2023-10-31 09:22:05 -04:00
committed by GitHub
parent b1b41c5fba
commit 793c3b11c5

View File

@@ -822,7 +822,7 @@ declare function DOMAIN_ELSEWHERE(name: string, registrar: string, nameserver_na
*
* @see https://docs.dnscontrol.org/language-reference/top-level-functions/domain_elsewhere_auto
*/
declare function DOMAIN_ELSEWHERE_AUTO(name: string, domain: string, registrar: string, dnsProvider: string): void;
declare function DOMAIN_ELSEWHERE_AUTO(name: string, registrar: string, dnsProvider: string): void;
/**
* DS adds a DS record to the domain.