Skip to content

TWolfis/simple_lookup

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 

Repository files navigation

simple_lookup

simple_lookup is a C program to experiment with DNS lookups

Build

To build the project, you can use the following command:

clang -o simple_lookup simple_lookup.c -Wall -Wextra -Werror -lresolv

This will produce the executable simple_lookup.

Usage Usage: ./simple_lookup simple_lookup takes a hostname as its only argument.

Example

./simple_lookup google.com

License

BSD-3-Clause

Bronnen en gerelateerde content

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published