mirror of
https://github.com/StackExchange/dnscontrol.git
synced 2025-09-08 06:04:24 +08:00
parent
8a6baa7c24
commit
50e4bfb4e0
4 changed files with 6 additions and 1 deletions
|
@ -170,6 +170,7 @@ See [dnscontrol-action](https://github.com/koenrh/dnscontrol-action) or [gacts/i
|
|||
|
||||
- **REV() will switch from RFC2317 to RFC4183 in v5.0.** This is a breaking change. Warnings are output if your configuration is affected. No date has been announced for v5.0. See https://docs.dnscontrol.org/language-reference/top-level-functions/revcompat
|
||||
- **NAMEDOTCOM and SOFTLAYER need maintainers!** These providers have no maintainer. Maintainers respond to PRs and fix bugs in a timely manner, and try to stay on top of protocol changes.
|
||||
- **get-certs/ACME support is frozen and will be removed without notice between now and July 2025.** It has been unsupported since December 2022. If you don't use this feature, do not start. If you do use this feature, migrate ASAP. See discussion in [issues/1400](https://github.com/StackExchange/dnscontrol/issues/1400)
|
||||
|
||||
## More info at our website
|
||||
|
||||
|
|
|
@ -115,6 +115,9 @@ title: DNSControl
|
|||
<li>
|
||||
<a href="https://docs.dnscontrol.org/commands/get-zones">get-zones</a>: Query a provider for zone info
|
||||
</li>
|
||||
<li>
|
||||
<a href="https://docs.dnscontrol.org/commands/get-certs">get-certs</a>: Renew SSL/TLS certs (DEPRECATED)
|
||||
</li>
|
||||
</ul>
|
||||
|
||||
</div>
|
||||
|
|
|
@ -164,6 +164,7 @@
|
|||
* [preview/push](commands/preview-push.md)
|
||||
* [check-creds](commands/check-creds.md)
|
||||
* [get-zones](commands/get-zones.md)
|
||||
* [get-certs](commands/get-certs.md)
|
||||
* [fmt](commands/fmt.md)
|
||||
* [creds.json](commands/creds-json.md)
|
||||
* [Global Flag](commands/globalflags.md)
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
# *Let's Encrypt* Certificate generation
|
||||
|
||||
{% hint style="warning" %}
|
||||
**WARNING**: The `get-certs` feature was removed after v4.21.0. See discussion in [issues/1400](https://github.com/StackExchange/dnscontrol/issues/1400)
|
||||
**WARNING**: The `get-certs` feature was removed after v4.21.0.
|
||||
{% endhint %}
|
||||
|
|
Loading…
Add table
Reference in a new issue