AdguardTeam / AdguardTeam/AdGuardHome
DNS Bind Hosts Configuration
- 主要言語
- TypeScript
- スター
- 36.9k
- フォーク
- 2.5k
- PR マージ指標
- 30日以内にマージされた PR はありません
説明
### 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
コントリビューションガイド
評価
この issue はまだ評価されていません。