Skip to content

Commit

Permalink
dns main changed to check external server method
Browse files Browse the repository at this point in the history
  • Loading branch information
Khushali Desai committed Apr 27, 2015
1 parent fe1d387 commit a502080
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 0 deletions.
Binary file modified a.out
Binary file not shown.
Binary file modified abs
Binary file not shown.
1 change: 1 addition & 0 deletions dns_main.c
Original file line number Diff line number Diff line change
Expand Up @@ -287,6 +287,7 @@ void get_ip(char* host_cl)
void get_from_external(char* host_cl)
{
strcpy(dns_servers[0], "Sorry not found");
return;
}
void ChangetoDnsNameFormat(unsigned char* dns,unsigned char* host)
{
Expand Down

0 comments on commit a502080

Please sign in to comment.