AdguardTeam / AdguardTeam/dnsproxy

Internet connectivity loss when Secure DNS (DoQ) is enabled in OpenWrt DS-Lite setup

オープン
#478 コメント 0 件 リアクション 0 件 担当者 0 名 GitHub で見る
主要言語
Go
スター
3.3k
フォーク
343
PR マージ指標
30日以内にマージされた PR はありません

説明

**Issue:**
Internet connectivity is lost when Secure DNS is enabled with DNS-over-QUIC (DoQ) in a DS-Lite environment using IPv6 or dual-stack mode (NextDNS / AdGuard).

**Scenario:**
* DS-Lite WAN (IPv6-only underlay)
* Secure DNS enabled
* DoQ enabled
* ipv6_disabled=0
* dnsproxy listening only on IPv6 loopback (::1)
* Upstream DNS configured over QUIC

**Configuration:**

> /etc/config/dnsproxy

> option ipv6_disabled '0'
list listen_addr '::1'
option enabled '1'

> config dnsproxy 'tls'

option enabled '1'
option quic_port '853'

> config dnsproxy 'servers'

list bootstrap '2a07:a8c0::'
list bootstrap '2a07:a8c1::'
list upstream 'quic://dns.nextdns.io'

**Observed Behavior:**
* Internet access is lost after enabling Secure DNS with DoQ.
* DNS resolution fails, resulting in no connectivity for LAN clients.

**Impact**:
* Complete internet outage for LAN clients when Secure DNS + DoQ is enabled.

**Notes:**
* Issue occurs only with DoQ in DS-Lite.
* IPv6 connectivity is present, but DNS resolution fails.

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

このリポジトリのコントリビューションガイドは索引されていません

評価

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

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

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