# spring-boot2-aliyun-domain-ddns **Repository Path**: qianhongtang-share/spring-boot2-aliyun-domain-ddns ## Basic Information - **Project Name**: spring-boot2-aliyun-domain-ddns - **Description**: DDNS 通过阿里云域名动态解析IP地址 基于java spring boot 开发的阿里云动态域名更新程序 - **Primary Language**: Java - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 5 - **Forks**: 0 - **Created**: 2019-01-02 - **Last Updated**: 2020-12-19 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # 基于阿里云域名开发的动态域名更新系统 使用Java基于spring boot框架所开发的动态域名更新系统 # 条件 先申请阿里云域名的AccessKey > https://usercenter.console.aliyun.com/#/manage/ak # 配置 配置文件路径: src/main/resources/application.properties ## 阿里云的accessKey配置: > aliyun.accessKeyId= > aliyun.accessKeySecret= ## 需要配置更新的域名 > aliyun.update.domains=xxx.xxx.com, xxx.xxx.com > 有多个,请用英文逗号(,)分割 ## 启动 启动文件名: AliyunDomainApplication.java # 代码 本机公网ip通过IpUtil.java文件获取。 通过:http://2018.ip138.com/ic.asp 获取后解析。 如果该地址有变化,请及时更新。并修改解析方式