*/publicclassDDNS{privateStringrecordsIp="";// 域名IPprivatelonglastDnsTime=0;// 上次域名查询时间privatelonglastIpTime=0;// 上次公网ip查询时间privateStringhost=null;// 完整域名privateConfigcfg=null;// 配置文件/** * 初始化 */privatevoidinit(Stringfilename){StringcfgStr=readJsonFile(filename);...
DDNS(Dynamic Domain Name Server,动态域名服务)是将用户的动态IP地址映射到一个固定的域名解析服务上,用户每次连接网络的时候客户端程序就会通过信息传递把该主机的动态IP地址传送给位于服务商主机上的服务器程序,服务器程序负责提供DNS服务并实现动态域名解析。 创建AccessKey 登录阿里云,找到AccessKey管理; 你可以使用管理...
config file path: /root/snap/aliddns/current/aliddns.yaml edit config file then: sudo snap restart aliddns scoop: $ scoop bucket add OpenIoTHub https://github.com/OpenIoTHub/scoop-bucket.git $ scoop install aliddns deb/rpm: Download the.debor.rpmfrom thereleases pageand install withdpkg ...
aliyun ddns for golang【阿里云DDNS服务,用来将自己的动态IP同步到自己的域名解析服务器,安装方便,配置简单,默认支持Linux和MacOS以后台服务方式持续运行】 - OpenIoTHub/aliddns