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 "
}必須將插件放在提供程序文件夾中(如果不存在,必須創建它)與可執行文件相同的文件夾中。