denominator icon indicating copy to clipboard operation
denominator copied to clipboard

Portably control DNS clouds using java or bash

Results 29 denominator issues
Sort by recently updated
recently updated
newest added

[Parallel builds](https://docs.gradle.org/current/userguide/multi_project_configuration_and_execution.html#sec:parallel_execution). This project contains multiple modules. Parallel builds can improve the build speed by executing tasks in parallel. We can enable this feature by setting `org.gradle.parallel=true`. [Configuration on demand](https://docs.gradle.org/current/userguide/multi_project_configuration_and_execution.html#sec:configuration_on_demand)....

This tracks moving from UltraDNS' SOAP Api to the new REST one.

The download link will become invalid soon with bintray shutting down, can the jar be rehosted elsewhere? Ref: https://github.com/Homebrew/homebrew-core/issues/74335

As much as I hate to admit it, I'm no longer a good choice to champion this project. It isn't about denominator itself, just I'm stretched too thin to continue....

currently, in order to specify credentials, we have to use the abstract `-c` flag for each part. ex. `denominator -p ultradns -c username -c password zone list` If we instead...

Does denominator support NS1 (https://ns1.com/)?

Rackspace Cloud DNS, like all providers, imposes [limits](https://developer.rackspace.com/docs/cloud-dns/v1/general-api-info/limits/#id2) on the frequency of API requests. E.g., 60/minute for `GET /domains`. I'm hitting this limit when running `denominator zone list`: ``` {q@oak/0...

Should be easy as the api is very similar to route53 https://cloud.google.com/dns/api/v1beta1/ credential type should be "bearerToken" (also easy) We could later add support for a JWTBearerTokenFlow, to automate issue...

The github readme page still says `Here's how to get denominator-cli 4.6.0 from bintray` with a link to the old buggy 4.6. =(

Please review this pull request, which implements a Denominator provider for Verisign’s managed DNS service. It includes basic zone and resource record management operations. It represents a substantial rewrite of...