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

Joel Grunbaum
2020-10-18 dcbb2f131623dfd7ef080b86377ec2d4431e862a
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;
}