This could e.g. be used to answer questions for known malware domains.
+To see the set of suffixes matched by a Suffix Match Group, use `:toString()`.
+
### Metrics
You can custom metrics which will be shown in the output of 'rec_control get-all'
and sent to the metrics server over the Carbon protocol, and also appear in the
catch(std::exception& e) { theL() <<Logger::Error<<e.what()<<endl; }
});
d_lw->registerFunction("check",(bool (SuffixMatchNode::*)(const DNSName&) const) &SuffixMatchNode::check);
+ d_lw->registerFunction("toString",(string (SuffixMatchNode::*)() const) &SuffixMatchNode::toString);
d_lw->writeFunction("pdnslog", [](const std::string& msg, boost::optional<int> loglevel) {