Re: Updating Ports on 15.0-RELEASE-p5
Philip Paeps <[email protected]> Wed, 22 Apr 2026 16:27:39 +0800
| Newsgroups | gmane.os.freebsd.questions |
|---|---|
| Message-ID | <[email protected]> |
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