├── .gitignore ├── LICENSE ├── README.md └── src ├── Makefile └── nss_dev_tld.c /.gitignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/puma/dev-tld-resolver/HEAD/.gitignore -------------------------------------------------------------------------------- /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/puma/dev-tld-resolver/HEAD/LICENSE -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/puma/dev-tld-resolver/HEAD/README.md -------------------------------------------------------------------------------- /src/Makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/puma/dev-tld-resolver/HEAD/src/Makefile -------------------------------------------------------------------------------- /src/nss_dev_tld.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/puma/dev-tld-resolver/HEAD/src/nss_dev_tld.c --------------------------------------------------------------------------------