opnsense / plugins

OPNsense plugin collection
https://opnsense.org/
BSD 2-Clause "Simplified" License
832 stars 619 forks source link

os-bind: DNS Forwarder Port #1715

Open thecyberdevl opened 4 years ago

thecyberdevl commented 4 years ago

Plugin: os-bind Version: 1.12 Page: /ui/bind/general/index Item: DNS Forwarders Issue: unable to specify port for DNS forwarder Attempts to use any of the following result in a validation error 127.0.0.1 port 5353, 127.0.0.1:5353, 127.0.0.1@5353 seems to only allow IP.

error: { "result": "failed", "validations": { "general.forwarders": "please specify a valid network segment or address (IPv4/IPv6) " } }

Request: Add ability through UI to forward DNS requests to non-standard ports.

mimugmail commented 4 years ago

The current code doesn't allow this. I'm not sure how to safely introduce such a feature since multiple forwarders could have different ports.

AdSchellevis commented 3 years ago

This issue has been automatically timed-out (after 180 days of inactivity).

For more information about the policies for this repository, please read https://github.com/opnsense/plugins/blob/master/CONTRIBUTING.md for further details.

If someone wants to step up and work on this issue, just let us know, so we can reopen the issue and assign an owner to it.