This commit is contained in:
ElevenNotes
2024-01-22 17:05:18 +01:00
parent 6ac866ef5e
commit b754494a98

View File

@@ -193,7 +193,7 @@ class Labels{
try{
const record = await dig(server, matches[2], matches[1]);
const match = record.match(new RegExp(matches[3], 'ig'));
elevenLogJSON('debug', {method:'rfc2136KnownRecord()', params:{server:server, nsupdate:nsupdate}, matches:matches, known:{src:record, dst:match[3]}});
elevenLogJSON('debug', {method:'rfc2136KnownRecord()', params:{server:server, nsupdate:nsupdate}, matches:matches, known:{src:record, dst:matches[3]}});
return(match);
}catch(e){
elevenLogJSON('error', e);