AdguardTeam / AdguardTeam/AdGuardHome

DNS Bind Hosts Configuration

Offen
#5,582 1 Kommentar 0 Reaktionen 0 zugewiesene Personen Auf GitHub ansehen
enhancement
Vorherrschende Sprache
TypeScript
Sterne
36.9k
Forks
2.5k
PR-Merge-Kennzahlen
Keine gemergten PRs in 30 T.

Beschreibung

### Prerequisites

- [X] I have checked the [Wiki](https://github.com/AdguardTeam/AdGuardHome/wiki) and [Discussions](https://github.com/AdguardTeam/AdGuardHome/discussions) and found no answer

- [X] I have searched other issues and found no duplicates

- [X] I want to request a feature or enhancement and not ask a question

### Description

#### What problem are you trying to solve?

I want to bind DNS to only IPv6 using wildcard '::'

#### Proposed solution

Currently a single wildcard '0.0.0.0' or '::' in dns bind hosts will bind both IPv4 and IPv6 addresses, which is not a conventional approach. My suggestion is to separate IPv4 and IPv6, so that we can choose which to bind even using wildcards.

Why I don't use static IPv6 address is that my IPv6 is dynamic. I currently rely on DDNS to connect to my server. Besides, I run libvirt on my server for network simulation, and it invokes dnsmasq on 192.168.122.1:53 of interface virbr0. however, when using wildcard '::', AdGuardHome will also try to bind to 192.168.122.1:53, so it will fail to start in this case.

#### Alternatives considered

#### Additional information

Beitragsleitfaden

Beitragsleitfaden öffnen

Bewertung

Dieses Issue wurde noch nicht bewertet.

Neue Issues direkt in Ihr Postfach

Eine kurze Übersicht über anfängerfreundliche GitHub-Issues.