# ddns **Repository Path**: Jacksome/ddns ## Basic Information - **Project Name**: ddns - **Description**: No description available - **Primary Language**: Java - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2021-03-19 - **Last Updated**: 2021-06-19 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # ddns ### 阿里云动态域名修改 使用前需在环境变量文件(.bash_profile)中配置: ALIYUN_ACCESS_KEY_ID=xxxxxxx ALIYUN_ACCESS_KEY_SECRET=xxxxxxxx export ALIYUN_ACCESS_KEY_ID ALIYUN_ACCESS_KEY_SECRET ### 排除了Tomcat依赖 由于实际使用不需要Tomcat, 所以排除, 免得占用端口和内存;