generated from template/slidev-template
update
This commit is contained in:
@@ -3,7 +3,7 @@ import { config } from "./common.ts";
|
||||
|
||||
const cf = new CloudflareDDNS();
|
||||
if (config) {
|
||||
const res = await cf.getList(config.zone_id, config.api_token);
|
||||
const res = await cf.getList(config.zone_id, config.api_token, {search: 'xion'});
|
||||
console.log('Cloudflare DNS Records List:', res);
|
||||
} else {
|
||||
console.log('No configuration found.');
|
||||
|
||||
Reference in New Issue
Block a user