sinute / CloudXNS-DDNS

CloudXNS 动态域名解析工具

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

CloudXNS-DDNS

如何使用

cloudxns-ddns.php 最下面找到 apiKey, secretKey, domain, host 并修改成你自己的对应信息

$apiKey    = 'api-key'; // api key
$secretKey = 'secret-key'; // secret key
// hello.example.com
$domain    = 'example.com'; // domain
$host      = 'hello'; // host

apiKey 以及 secretKey 可以在 https://www.cloudxns.net/AccountManage/apimanage.html 申请

许可证

GPL License

About

CloudXNS 动态域名解析工具

License:GNU General Public License v3.0


Languages

Language:PHP 100.0%