Actions
Bug #7771
closeddomain missing in reverse lookup of host overrides
Start date:
08/13/2017
Due date:
% Done:
100%
Estimated time:
Plus Target Version:
Release Notes:
Affected Version:
2.3.4_1
Affected Architecture:
Description
Add a host override in DNS Forwarder (dnsmasq):
- Host: myhost
- Domain: mydomain
- IP address: 1.2.3.4
Forward lookup of myhost.mydomain will correctly return 1.2.3.4.
Reverse (PTR) lookup of 1.2.3.4 will return only myhost instead of myhost.mydomain.
This worked fine in 2.3.4, the bug appeared in 2.3.4_1. I think this is a regression caused by #7690.
Actions