reverse DNS support

pull/16/head
Ryan Tharp 6 years ago
parent 1adc31d09d
commit 5ab68771e4

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

Loading…
Cancel
Save