Skip to content

利用阿里云的DNS API 实现自动解析DNS的功能

Notifications You must be signed in to change notification settings

ljwlaji/AliyunDDNS

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 

Repository files navigation

使用说明:

  • 在二奶机(也可以在本机) 安装php环境

  • 把web内的文件解压到php的www文件夹内

  • 修改dns.php内的静态变量

    • $GLOBALS['AccessKeyId'] = '阿里云 AccessKeyId'; //填Access Key Id
    • $GLOBALS['AccessKeySecret'] = '阿里云 AccessKeySecret'; //填Access Key Secret
    • $GLOBALS['DomainName'] = '域名 xxxx.com'; //填域名
  • 修改RouterServer.conf内的配置内容

  • 有问题可以联系我

About

利用阿里云的DNS API 实现自动解析DNS的功能

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages