<?xml version="1.0" encoding="utf-8" standalone="yes"?><rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>recursor on CoreDNS: DNS and Service Discovery</title><link>https://coredns.website.cncfstack.com/tags/recursor/</link><description>Recent content in recursor on CoreDNS: DNS and Service Discovery</description><generator>Hugo -- gohugo.io</generator><language>en-us</language><copyright>CoreDNS - All Rights Reserved</copyright><lastBuildDate>Mon, 30 Jan 2023 16:15:00 +0200</lastBuildDate><atom:link href="https://coredns.website.cncfstack.com/tags/recursor/index.xml" rel="self" type="application/rss+xml"/><item><title>recursor</title><link>https://coredns.website.cncfstack.com/explugins/recursor/</link><pubDate>Mon, 30 Jan 2023 16:15:00 +0200</pubDate><guid>https://coredns.website.cncfstack.com/explugins/recursor/</guid><description>Description The recursor resolves domains using defined IP addresses or resolving other mapped domains using defined resolvers.
Syntax recursor { [external-yaml config-file-path] [external-json config-file-path] [verbose 0..2] zone: zone.name [resolver non-default { urls udp://ip-1:port udp://ip-n:port [timeout_ms 500] }] [alias alias-name | * { [hosts domain-1 domain-n] [ips ip-1 ip-n] [resolver_name non-default] [ttl custom-ttl] }] } The recursor definition:
zone - DNS zone for the recursor verbose - stdout logs level: 0 - minimal 1 - middle 2 - talkative resolvers - other DNS servers: map-key/id: name of resolver, default overrides system default resolver urls: list of URL addresses, example: udp://127.</description></item></channel></rss>