mirror of
https://github.com/StackExchange/dnscontrol.git
synced 2024-05-11 05:55:12 +00:00
NEW PROVIDER: CSCGLOBAL as DNS Service Provider (#1516)
* Move the registrar features to a separate file * Prepare the testing framework * Roughed out functions * Fix up structs * WIP! * First tests pass * wip! * Flesh out remaining rTypes, get nameservers, etc * Fix TXT records * Clean up code * More cleanups. Fix CAA/SRV * Linting * Cleanups/linting * Fix CAA [more] and more cleanups * CSC does not like very long txt records * Use timer only when interactive * Disable CAA for now * Update docs * Remove debug printf * add go-isatty * cleanups
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
// Package config provides functions for reading and parsing the provider credentials json file.
|
||||
// Package credsfile provides functions for reading and parsing the provider credentials json file.
|
||||
// It cleans nonstandard json features (comments and trailing commas), as well as replaces environment variable placeholders with
|
||||
// their environment variable equivalents. To reference an environment variable in your json file, simply use values in this format:
|
||||
// "key"="$ENV_VAR_NAME"
|
||||
|
Reference in New Issue
Block a user