Update coredns-1.12.0.md (#6998)

This commit is contained in:
Chris O'Haver
2024-11-22 08:13:42 -05:00
committed by GitHub
parent 358810134d
commit 7429380b1c

View File

@@ -7,9 +7,8 @@ date = "2024-11-21T00:00:00+00:00"
author = "coredns" author = "coredns"
+++ +++
This release adds some new features. Of note: This release adds some a feature:
* New multisocket plugin - allows CoreDNS to listen on multiple sockets * New multisocket plugin - allows CoreDNS to listen on multiple sockets
* New automaxprocs plugin - automatically sets GOMAXPROCS to the number of CPUs
## Brought to You By ## Brought to You By
@@ -22,4 +21,3 @@ Viktor
## Noteworthy Changes ## Noteworthy Changes
* plugin/multisocket (https://github.com/coredns/coredns/pull/6882) * plugin/multisocket (https://github.com/coredns/coredns/pull/6882)
* plugin/automaxprocs (https://github.com/coredns/coredns/pull/6948)