reverse DNS support

This commit is contained in:
Ryan Tharp 2018-09-23 09:59:59 -07:00
parent 1adc31d09d
commit 5ab68771e4

View File

@ -28,6 +28,7 @@ struct dnsc_answer_request
/// result
bool found;
struct sockaddr result;
std::string revDNS;
// a reference to dnsc_context incase of multiple contexts
struct dnsc_context *context;
};