dashboard
repositories
filestore
activity
search
login
main
/
dnscomp
mirror of
https://github.com/Chizi123/dnscomp.git
summary
commits
tree
docs
forks
compare
blame
|
history
|
raw
fixed memory leaks
Joel Grunbaum
2020-10-18
c7a79fafa3fdaf3c6c33ad50f0a13f3890b2da08
[dnscomp.git]
/
main.c
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;
}