1
0
mirror of https://github.com/StackExchange/dnscontrol.git synced 2024-05-11 05:55:12 +00:00

creds.json should not be executable under Windows (#1456)

* Skip CAA flag test for LINODE

* Require go 1.18

* Update CCI to use go 1.18

* go mod tidy

* working

* Update creds.json docs

* go generate
This commit is contained in:
Tom Limoncelli
2022-03-25 15:20:30 -04:00
committed by GitHub
parent 52a8964564
commit ffe21c6e6d
7 changed files with 123 additions and 11 deletions

View File

@@ -94,6 +94,42 @@ title: DNSControl
<a href="{{site.github.url}}/migrating">Migrating</a>: Migrating zones to DNSControl
</li>
</ul>
<h2>
Commands
</h2>
<p>
DNSControl sub-commands and options.
</p>
<ul>
<!--
<li>
<a href="check-preview-push">check/preview/push</a>: dnscontrol's fundamentals
</li>
-->
<li>
<a href="creds-json.html">creds.json</a>: creds.json file format
</li>
<li>
<a href="check-creds.html">check-creds</a>: Verify credentials
</li>
<!--
<li>
<a href="create-domains">create-domains</a>: Populate domains at a provider
</li>
<li>
<a href="fmt">fmt</a>: Reformat dnsconfig.js
</li>
-->
<li>
<a href="get-zones.html">get-zones</a>: Query a provider for zone info
</li>
<li>
<a href="get-certs.html">get-certs</a>: Renew SSL/TLS certs (DEPRECATED)
</li>
</ul>
</div>
<div class="col-md-4">
<h2>
@@ -116,9 +152,6 @@ title: DNSControl
<li>
<a href="{{site.github.url}}/caa-builder">CAA Builder</a>: Build CAA records the easy way
</li>
<li>
<a href="{{site.github.url}}/get-certs">Let's Encrypt</a>: Renew your SSL/TLS certs
</li>
</ul>
</div>
<div class="col-md-4">
@@ -130,13 +163,13 @@ title: DNSControl
</p>
<ul>
<li>
<a href="{{site.github.url}}/why-the-dot">Why CNAME/MX/NS targets require a "trailing dot"</a>
<a href="{{site.github.url}}/why-the-dot">Why CNAME/MX targets require a trailing dot</a>
</li>
<li>
<a href="{{site.github.url}}/unittests">Testing</a>: Unit Testing for you DNS Data
</li>
<li>
<a href="{{site.github.url}}/notifications">Notifications</a>: Be alerted when your domains are changed
<a href="{{site.github.url}}/notifications">Notifications</a>: Web-hook for changes
</li>
<li>
<a href="{{site.github.url}}/code-tricks">Code Tricks</a>: Safely use macros and loops.