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 "
}プラグインは、実行可能ファイルと同じフォルダーに、プロバイダーフォルダーに配置する必要があります(作成する必要があります)。