DynClient
1.0.0
另一个动态DNS客户端
为了运行DynClient,有必要使用配置文件的路径指定FLAG -C或-CONFIG。
DynClient -c path/of/config/file.json 配置文件具有JSON语法和以下格式:
{
"plugin" : " Plugin Name " ,
... other attributes required by the plugin
}带有CloudFlare插件的示例:
{
"plugin" : " CloudFlare " ,
"api-key" : " apikey1010101010101010 " ,
"zone" : " example.com " ,
"domain" : " dns.example.com "
}必须将插件放在提供程序文件夹中(如果不存在,必须创建它)与可执行文件相同的文件夹中。