mirror of https://github.com/Chizi123/dnscomp.git

Joel Grunbaum
2020-10-18 29b9e2f1c66154e73a75b97a0024e1b7d789dc8f
1
2
3
4
5
6
7
#include "dns.h"
 
int main(int argc, char** argv)
{
     resolve("google.com", "1.1.1.1", T_A, 1);
     return 0;
}