Re: Updating Ports on 15.0-RELEASE-p5

From: Philip Paeps <philip_at_freebsd.org>
Date: Wed, 22 Apr 2026 08:27:39 UTC
On 2026-04-22 16:20:09 (+0800), Philip Paeps wrote:
> You could also work around this with another forward-zone block for 
> geo.FreeBSD.org that points to a DNS server that sends us client 
> information, e.g.:
>
> forward-zone:
>   name: .
>   forward-tls-upstream: yes
>   forward-first: yes
>   forward-addr: 9.9.9.11@53 #quad9 with ECS

Sorry, this should have been:

  forward-zone:
    name: geo.FreeBSD.org
    forward-tls-upstream: yes
    forward-first: yes
    forward-addr: 9.9.9.11@53 #quad9 with ECS

I.e. send all your queries to Cloudflare except for queries for 
geo.FreeBSD.org - send those to Quad9 with ECS instead.

Philip