# Ddns **Repository Path**: Mr.Lin/ddns ## Basic Information - **Project Name**: Ddns - **Description**: No description available - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2017-04-28 - **Last Updated**: 2020-12-20 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README demo是:www.dnspod.cn 的,可以看看阿里控制台的api 把域名放到dnspod 然后在创建token config.so(如果没有程序会自动创建) 现在配置文件在src下 内容: -----------------------------------config.so---------------------------------------- ``` # dnspod 文档: https://www.dnspod.cn/docs/index.html #样例 #ID,Token login_token = 23627,403f376b8c5a0297a6b918b041d33be4 #你的域名 domain = axoford12.cn #你的二级域名 sub_domain = ddns # https://dnsapi.cn/Record.List 可以获取domain_id record_id domain_id = 52609220 record_id = 269615543 # 表示记录线路,参见Dnspod官网 record_line_id = 0 ``` ---------------------------------------------------------------------------------------