8000 GitHub - freevoid/lookup_mx: Tiny program to perform DNS lookup for MX record (randomly picking one with highest priority)
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

Tiny program to perform DNS lookup for MX record (randomly picking one with highest priority)

License

Notifications You must be signed in to change notification settings

freevoid/lookup_mx

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

lookup_mx

This is a tiny C program to perform a DNS-lookup for MX record.

To build and run tests:

$ make
$ make test_units

Usage:

$ ./bin/lookup_mx github.com
ALT2.ASPMX.L.GOOGLE.com

If there are more than one record for given domain name, lookup_mx outputs one with highest priority. If there are more than one record with highest priority, it picks one randomly.

About

Tiny program to perform DNS lookup for MX record (randomly picking one with highest priority)

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published
0