Skip to content
/ DynClient Public

Yet Another Dynamic DNS Client (Extensible❗)

License

Notifications You must be signed in to change notification settings

gngz/DynClient

Repository files navigation

DynClient

Yet Another Dynamic DNS Client

How To Run?

In order to run DynClient it is necessary to specify the flag -c or --config with the path to the configuration file.

DynClient -c path/of/config/file.json 

The configuration file has the json syntax and the following format:

{
    "plugin"  : "Plugin Name",
    ... other attributes required by the plugin
}

Example with the CloudFlare plugin:

{
    "plugin"  : "CloudFlare",
    "api-key" :"apikey1010101010101010",
    "zone" :"example.com",
    "domain" :"dns.example.com"
}

Plugins must be placed in the Providers folder (If it does not exist it must be created) in the same folder as the executable.

Releases

No releases published

Packages

No packages published

Languages