diff --git a/coredns_bridge.js b/coredns_bridge.js index ad3c257..5449627 100644 --- a/coredns_bridge.js +++ b/coredns_bridge.js @@ -30,5 +30,6 @@ async function RegisterNewDomain(domain) { } module.exports = { - GetAllRecords + GetAllRecords, + RegisterNewDomain } \ No newline at end of file