Skip to content

The sole purpose of this project is to override the getaddrinfo() system function that takes care of DNS resolution by enforcing AI_FAMILY.AF_INET flag to get rid off AAAA (IPv6) DNS queries.

License

Notifications You must be signed in to change notification settings

damienleger/dns-aaaa-no-more

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

dns-aaaa-no-more

The sole purpose of this project is to override the getaddrinfo() system function that takes care of DNS resolution by enforcing AI_FAMILY.AF_INET flag to get rid off AAAA (IPv6) DNS queries.

build

make

usage

LD_PRELOAD=/path/to/getaddrinfo.so /path/to/myprogram

About

The sole purpose of this project is to override the getaddrinfo() system function that takes care of DNS resolution by enforcing AI_FAMILY.AF_INET flag to get rid off AAAA (IPv6) DNS queries.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published