自建简单又实用的动态域名管理系统
简单又实用的动态域名管理系统, 自建动态域名管理系统 使用 bind9 + php + mysql , 创建个人的动态域名系统。 Use bind9 + php + mysql , create a personal ddns server, update by an URL. Only support "A","AAAA","TXT" recorder. 项目地址 https://github.com/osnosn/personal-ddns/ 首先,需要一个有管理权的域名。 其次,需要一个有固定IP的服务器。 在域名商系统中增加一个二级域名,和对应的IP。IP指向你的服务器。 比如你拥有的域名是 "mydomain.net" 设二级域名 dns.mydomain.net 你可以用类似 abc.ddns.mydoman.net , xxx.ddns.mydoman.net 作为你的动态域名。 比如你的服务器IP是"1.1.1.1" 在域名商的解析系统中增加这两条记录。 ddns.mydomain.net A 1.1.1.1 ddns.mydomain.net NS ddns.mydomain.net. 我用的是centos7 װ bind-chroot-9.4.4 yum install bind-chroot bind-utils bind老是出漏洞