AdguardTeam / AdguardTeam/AdGuardHome

Support forwarding for CNAMEs

オープン
#3,342 コメント 0 件 リアクション 2 件 担当者 0 名 GitHub で見る
enhancement needs investigation P3: Medium
主要言語
TypeScript
スター
36.9k
フォーク
2.5k
PR マージ指標
30日以内にマージされた PR はありません

説明

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

コントリビューションガイド

コントリビューションガイドを開く

評価

この issue はまだ評価されていません。

新しい issue をメールで受け取る

初心者向けの GitHub issue を短くまとめたダイジェスト。