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
- Host: GitHub
- URL: https://github.com/haschka/resolver
- Owner: haschka
- License: gpl-3.0
- Created: 2024-06-17T16:31:41.000Z (12 months ago)
- Default Branch: main
- Last Pushed: 2024-06-17T16:39:11.000Z (12 months ago)
- Last Synced: 2025-01-03T03:20:42.764Z (5 months ago)
- Language: C
- Size: 16.6 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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
```