mirror of
https://github.com/oxen-io/lokinet.git
synced 2024-11-03 23:15:52 +00:00
reverse DNS support
This commit is contained in:
parent
1adc31d09d
commit
5ab68771e4
@ -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;
|
||||
};
|
||||
|
Loading…
Reference in New Issue
Block a user