Commit Graph

10 Commits (b8494ab3cca644039bfda425e12d1f5079cfeace)

Author SHA1 Message Date
neil 19c4345162 fix shfmt
Andrey Tuzhilin 70fdb1042f fix: added public dns zones filter
Kay Roepke 145b1f4fb3
Improve compatibility with *BSD xargs
The --no-run-if-empty option is a GNU extension and the long version isn't supported by *BSD variants.
Instead use the short version (-r) which is present, but ignored as it is the default behavior, in at least FreeBSD: https://www.freebsd.org/cgi/man.cgi?xargs
chasefox 4aa488f48b
Formatting - indentation
I think this is what CI wants....
chasefox 2d72b25c43
CI wanted double-quote
chasefox f23b0aacd7
Remove here string
CI doesn't want here strings
Matthew R Chase 98d27c4a6a Fix most-specific zone match
Most specific zone selected by deepest sub-domain (how many '.' in the domain)
rather than seemingly irrelevant count of the number of characters within the zone.
Janos Lenart 441f8f3ce8 Replied to PR comments
Janos Lenart 167758003c Fixed shfmt (dns_gcloud)
Janos Lenart 0a3ac1f5c3 Added support for Google Cloud DNS API (dns_gcloud)