mirror of
https://github.com/oxen-io/lokinet.git
synced 2024-11-17 15:25:35 +00:00
reverse DNS support
This commit is contained in:
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…
Reference in New Issue
Block a user