TechnitiumSoftware / DnsServer

Technitium DNS Server
https://technitium.com/dns/
GNU General Public License v3.0
3.86k stars 401 forks source link

Feature request: allow-list NOTIFY addresses/networks #769

Closed liamdawson closed 4 months ago

liamdawson commented 8 months ago

I have a bit of a weird network setup where I add several IP addresses to a single interface, so I can put things like Technitium DNS on its own IP and bind the "primary" ports.

The weird part is that it means that incoming vs. outgoing IP addresses don't always align. In my case, I have the DNS server accessible at 192.168.4.53, but notifies are sent from the primary IP address for the interface, which is 192.168.1.12. However, nothing is bound to serve DNS requests at that address, so I don't think it makes sense to list it as a nameserver.

It would be nice to allow-list addresses that are permitted to send NOTIFYs, in the same style as the "Zone Transfer Allowed Networks" setting.

ShreyasZare commented 8 months ago

Thanks for the feature request. Will plan to add an option for such cases.

ShreyasZare commented 4 months ago

Technitium DNS Server v12 is now available that adds option to specify Notify Allowed Networks. Do update and let me know your feedback.