mirakl / 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.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

License:MIT License


Languages

Language:C 87.4%Language:Makefile 12.6%