# dnspoder **Repository Path**: mirrors_LancerComet/dnspoder ## Basic Information - **Project Name**: dnspoder - **Description**: A simple Node.JS client for DNSPod. - **Primary Language**: Unknown - **License**: MIT - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-08-09 - **Last Updated**: 2026-01-03 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # dnspoder A simple Node.JS client for DNSPod. Please note that this is almost designed for Chinese people. All the console outputs are CHS. ## Usage 1. git clone. 2. Setup your domain and account in "config.js". ``` module.exports = { token: '', // This is the TOKEN of your DNSPod account. domain: '', // Example: "yourdomain.com" subname: '', // Example: "app". Then it will update "app.yourdomain.com". ip: '', // Target IP Address. Example: "172.16.0.1". Dnspoder will get ip itself. interval: 1000 * 60 * 60 // Update interval. } ``` 3. `node app` 4. Done. Check source files for more detail. ## License. MIT @ LancerComet.