denominator
denominator copied to clipboard
Portably control DNS clouds using java or bash
Low priority issue, but open for any interested party to attack. Using guava stopwatch, I tracked the time to populate and build airline `CliBuilder.build()` at 108ms. The time to execute...
While most zones contain a subset of common record types such as `SOA` or `A`, not all DNS services support the universe of record types. It should be possible to...
probably via sonatype https://docs.sonatype.org/display/Repository/Sonatype+OSS+Maven+Repository+Usage+Guide
In many apis, pagination is used to deal with lists of records (or record sets) beyond 100. After record 100, you'd need to pass a marker or the like to...
At netflix, we'd like to be able to restore the state of a record set in reaction to operator error or data failure. In order to do so, we need...
Quick testing with a complex record (in this case MX) showed errors on multiple providers. Even if not all tests pass, we should know which record types work per-provider multi-value...
ultradns takes significantly different code paths if a record is an `A` or a `CNAME`. There are also slightly different paths `A` vs `AAAA`. Right now, `BaseProviderLiveTest` only tests multiple...
For the case where an add/remove on the ResourceRecordSetApi fails. The providers need a standard way to express errors that occur that are specific to a particular record type or...
Relating to issue #7 we need to analyze all resource record types used across Route 53, UltraDNS and DynECT to ensure the model we design is as simple as possible...