Add -truncated option to `rndc dumpdb`
When running rndc dumpdb
the resulting dump file might be too large,
therefore, an option to truncate each RR whose RData exceeds 192 bytes
is added.
The total amount of bytes that have been truncated from the output is
displayed at the end of the dump.
Closes #796 (closed)