dnscontrol/commands
Phil Pennock d221471e38
dnsimple: bug-fix SSHFP, add multi TXT support (#639)
* dnsimple: bug-fix SSHFP, add multi TXT support

The default logic for encoding SSHFP records was dropping the key and
hash algorithms and just posting the content, the `Can` check didn't
stop attempts to use SSHFP.  So, implement SSHFP support.

DNSimple support multiple DNS strings in a TXT record, by representing
the payload as quoted strings already.  This doesn't appear to be
documented, but it does actually work.

* Update docs support matrix too

* fix go fmt missing upstream

Tests failing on my branch for something broken upstream

* fix typo in error message
2020-02-21 13:23:30 -05:00
..
commands.go dnsimple: bug-fix SSHFP, add multi TXT support (#639) 2020-02-21 13:23:30 -05:00
createDomains.go Upgrade urfave/cli to v2 (#614) 2020-02-03 12:44:11 -05:00
getCerts.go Upgrade urfave/cli to v2 (#614) 2020-02-03 12:44:11 -05:00
getZones.go Add "get-zone" command (#613) 2020-02-18 08:59:18 -05:00
previewPush.go Upgrade urfave/cli to v2 (#614) 2020-02-03 12:44:11 -05:00
printIR.go Upgrade urfave/cli to v2 (#614) 2020-02-03 12:44:11 -05:00