Feature #6561
diag_dns.php IPv6 support
Start date:
06/29/2016
Due date:
% Done:
0%
Estimated time:
Description
diag_dns.php lacks IPv6 support. Merged from PR 3028
https://github.com/pfsense/pfsense/pull/3028
Thought we had a ticket for this already but I can't seem to find one.
Associated revisions
Change button order on diag_dns.php so hitting enter in the field does a lookup rather than update alias. semi-related to Ticket #6561
Fix PTR lookups on diag_dns.php. Ticket #6561
Fix PTR lookups on diag_dns.php. Ticket #6561
History
#1
Updated by Kill Bill over 4 years ago
The create alias stuff is still broken due to gethostbyname() usage.
#2
Updated by Luca Moncelli over 4 years ago
seems that now ipv4/ipv6 reverse lookup is broken
#3
Updated by Chris Buechler over 4 years ago
fix pushed for the PTR lookups
#4
Updated by Luca Moncelli over 4 years ago
now works on 2.3.2.a.20160707.1019 : ipv4/ipv6 name lookup and reverse.
#5
Updated by Renato Botelho over 4 years ago
- Status changed from Feedback to Resolved
Change button order on diag_dns.php so hitting enter in the field does a lookup rather than update alias. semi-related to Ticket #6561