opnsense / core

OPNsense GUI, API and systems backend
https://opnsense.org/
BSD 2-Clause "Simplified" License
3.24k stars 724 forks source link

Unbound: Allow multiple IPs for Host and Domain Overrides #7819

Open sanitybit opened 2 weeks ago

sanitybit commented 2 weeks ago

Important notices

Before you add a new report, we ask you kindly to acknowledge the following:

This is actually a recreation of the auto-closed ticket from 2021, as directed by @fichtner.

Is your feature request related to a problem? Please describe.

QOL (Quality of life) Improvement

Describe the solution you like

Allow the IP filed in both unbound Host and Domain overrides to accept multiple IPv4 and/or IPv6 addresses for easy entry of round robin DNS.

Describe alternatives you considered

Current Alternative is to make repeated entries with repeated and redundant data.

Additional context

Seems Domain Overrides, already combines them in the config file, just need the GUI to allow for inputting the data in one field instead of multiple entries.

For host overrides, I dont think its needs or even can be combined in a similar manner in the config, but when multiple IPs are configured in the GUI it should be able to "expand" that to as many entries as needed.

Meltr0 commented 2 weeks ago

Very much would like this, otherwise have to use CARP or VRRP or some other weirdness to have redundant DNS servers

AdSchellevis commented 2 weeks ago

Isn't this only cosmetic? when duplicating a domain override it will create multiple entries for forward-addr as expected, which I presume will just round robin from as requested.

devaux commented 3 days ago

Yes, please. Would make the whole process more logic.