ona
ona copied to clipboard
dns_record_display not displaying TXT records correctly via dcm.pl
trafficstars
Our setup: menu -> ONA -> about -> © 2013 OpenNetAdmin - v11.02.10 I am using the latest version of dcm:
$ dcm.pl
dcm.pl-1.21-ona by Brandon Zehm/Matt Pascoe <[email protected]/[email protected]>
I use a configuration file for dcm.pl on my system.
The Problem:
When I run the following command:
./dcm -r dns_record_display name=<host that has a txt record>
We get the other dns records, but not the txt record. If you look in the ONA web-ui, you can see a txt record listed for the host.
I have created an issue for both the main ONA project, and the DCM project
Well it would seem from this https://github.com/opennetadmin/ona/blob/master/www/modules/ona/dns_record.inc.php#L1736 that I had apparently realized it should have been done but was too lazy to create the code. I'll see what I can do here. Thanks