<?xml version="1.0" encoding="utf-8" standalone="yes"?><rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>grpc_server on CoreDNS: DNS and Service Discovery</title><link>https://coredns.website.cncfstack.com/tags/grpc_server/</link><description>Recent content in grpc_server on CoreDNS: DNS and Service Discovery</description><generator>Hugo -- gohugo.io</generator><language>en-us</language><copyright>CoreDNS - All Rights Reserved</copyright><lastBuildDate>Thu, 08 Jan 2026 11:42:04 +0000</lastBuildDate><atom:link href="https://coredns.website.cncfstack.com/tags/grpc_server/index.xml" rel="self" type="application/rss+xml"/><item><title>grpc_server</title><link>https://coredns.website.cncfstack.com/plugins/grpc_server/</link><pubDate>Thu, 08 Jan 2026 11:42:04 +0000</pubDate><guid>https://coredns.website.cncfstack.com/plugins/grpc_server/</guid><description>Description The grpc_server plugin allows you to configure parameters for the DNS-over-gRPC server to fine-tune the security posture and performance of the server.
This plugin can only be used once per gRPC listener block.
Syntax grpc_server { max_streams POSITIVE_INTEGER max_connections POSITIVE_INTEGER } max_streams limits the number of concurrent gRPC streams per connection. This helps prevent unbounded streams on a single connection, exhausting server resources. The default value is 256 if not specified.</description></item></channel></rss>