This commit is contained in:
2025-11-18 14:39:32 +08:00
parent 572f793061
commit a24bd021a9
8 changed files with 238 additions and 41 deletions

View File

@@ -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.');