An open API service indexing awesome lists of open source software.

https://github.com/haschka/resolver

A simple generic ip address resolver
https://github.com/haschka/resolver

Last synced: 3 months ago
JSON representation

A simple generic ip address resolver

Awesome Lists containing this project

README

        

# Resolver
A simple generic ip address resolver, that resolves addresses as the system sees them.
As such it allows to query mDNS, wins and other addresses if the system is configured to do so.

Compile using:
```
gcc resolver.c -o resolver
```

Use like:
```
./resolver myhost.com
```