# AliyunDDNS-for-PHP **Repository Path**: mu_xin/AliyunDDNS-for-PHP ## Basic Information - **Project Name**: AliyunDDNS-for-PHP - **Description**: 阿里云 DNS 动态解析,使用PHP写的阿里云域名动态解析 - **Primary Language**: PHP - **License**: GPL-3.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 5 - **Forks**: 2 - **Created**: 2018-12-18 - **Last Updated**: 2025-05-13 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README *** 项目说明 --- 有些家用设备以及动态IP的VPS(比如谷歌云)IP会变动需要解析,又不想手动解析,于是就写了这个程序动态解析阿里云的DNS。 ## 联系我 QQ:285169134 Email:a@ph233.cn *** # 阿里云动态解析使用方法 ## 配置定时启动解析程序 ## Windows 1.打开系统的 任务计划程序 打开 创建任务 常规 名称随便填 触发器 新建 按照您的需求设置触发器 操作-新建操作-操作(启动程序)-设置 程序和脚本 - 程序 选择php.exe 的全路径 - 参数 index.php 的全路径 ## Linux 修改 /etc/crontab 文件尾部添加定时任务 0 * * * * root php /data/AliyunDNS/index.php 上面的定时任务是 每小时 以root用户 执行一次域名解析任务 ## 配置阿里云信息以及域名信息 修改index.php 文件 填入您的信息即可