Skip to content

Latest commit

 

History

History
26 lines (18 loc) · 479 Bytes

README.md

File metadata and controls

26 lines (18 loc) · 479 Bytes

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