# aliddns **Repository Path**: olday_fun/aliddns ## Basic Information - **Project Name**: aliddns - **Description**: 阿里云购买域名,动态解析A以及AAAA类型记录 - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2024-09-21 - **Last Updated**: 2024-09-22 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README 本程序仅用于在阿里云购买域名的自动解析需求,且只解析AAAA与A类型,解析A类型时,必须至少保证自己的计算机上级路由有公网ip,AAAA则保证自己的计算机有ipv6公网 构建: step1: 安装 curl and .net SDK 8.0 step2: chmod 777 build.sh step3: ./build.sh 安装: step1: 安装 curl and .net SDK 8.0 step2: chmod 777 install.sh step3: 补全config目录中的内容 step4: sudo ./install.sh 卸载: step1: chmod 777 uninstall.sh step2: sudo ./uninstall.sh