# ddns **Repository Path**: k3x/ddns ## Basic Information - **Project Name**: ddns - **Description**: ddns-DnsPod, golang实现 - **Primary Language**: Go - **License**: GPL-2.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 2 - **Forks**: 1 - **Created**: 2016-03-24 - **Last Updated**: 2021-09-12 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README 动态域名解析 DDns for DnsPod 编辑配置文件 ddns.config 格式如下: ``` { "log" : { "debug" : false, "info" : true, "error" : true }, "records" : [{ "token" : "*****,********************************", "host" : "www", "domain" : "mydomain.com" }, { "token" : "*****,********************************", "host" : "ddns", "domain" : "mydomain.com" } ] } ```