Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/tootallnate/resolve.n8.io

API that resolves a hostname's IP address
https://github.com/tootallnate/resolve.n8.io

Last synced: 22 days ago
JSON representation

API that resolves a hostname's IP address

Awesome Lists containing this project

README

        

# resolve.n8.io

Resolves a hostname.

> **Example**: https://resolve.n8.io/example.com

### Usage with `ddclient`

Google Domains [does not support `ALIAS` DNS
records](https://serverfault.com/a/617329/294389), so here is a `ddclient`
configuration that acts similar to how alias records work (periodically updating
the `A` record):

```
protocol=dyndns2
use=web, web=https://resolve.n8.io/cname.vercel-dns.com
server=domains.google.com
ssl=yes
login='abcdef'
password='uvwxyz'
tootallnate.net
```