AdguardTeam / AdguardTeam/AdGuardHome

Support forwarding for CNAMEs

Aperta
#3,342 0 commenti 2 reazioni 0 assegnatari Vedi su GitHub
enhancement needs investigation P3: Medium
Lingua principale
TypeScript
Stelle
36.9k
Fork
2.5k
Metriche di merge delle PR
Nessuna PR unita negli ultimi 30g

Descrizione

Hello 👋

Currently, upstreams for specific domains are limited to explicit domain names only.

It would be very helpful if CNAMEs could be forwarded too.

Unbound supports this with `forward-zone`, pdns-rec with `forward-zones-recurse`... where the FQDN in the DNS chain is resolved with the specified server.

### Current design

Let's say I want to forward all `*.akamai.net` queries to a specific resolver, I'm limited to the following:

```text
[/akamai.net/]8.8.8.8
```

E.g. `a1802.dscb.akamai.net` will be forwarded if queried directly, however `se2.itunes.apple.com` will not be.

```text
❯ kdig +short +tls @1.1.1.1 se2.itunes.apple.com
se2-cdn.itunes-apple.com.akadns.net.
se2.itunes.apple.com.edgesuite.net.
a1802.dscb.akamai.net.
23.210.245.112
23.210.245.80
```

My ISP's DNS servers return responses for servers that are located closer to me. While ECS works great, it's not enough.

**EDIT/2**: clarify feature request

Guida per i contributori

Apri la guida per i contributori

Valutazione

Questa issue non è ancora stata valutata.

Ricevi le nuove issue nella tua casella

Un breve riepilogo di issue GitHub adatte ai principianti.