update Technitium
This commit is contained in:
@@ -118,7 +118,7 @@ async function listZones() {
|
||||
}
|
||||
|
||||
async function listRecords(zone) {
|
||||
const resp = await apiGet('/api/zones/records/get', { zone, listZone: 'true' });
|
||||
const resp = await apiGet('/api/zones/records/get', { domain: zone, listZone: 'true' });
|
||||
const records = resp?.records ?? [];
|
||||
|
||||
// Skip DNSSEC, SOA and proprietary Technitium record types
|
||||
|
||||
Reference in New Issue
Block a user