Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/tootallnate/resolve.n8.io
- Owner: TooTallNate
- Created: 2020-06-04T22:43:06.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2020-06-25T22:26:11.000Z (over 4 years ago)
- Last Synced: 2024-10-24T02:46:37.280Z (3 months ago)
- Language: JavaScript
- Homepage: https://resolve.n8.io
- Size: 4.88 KB
- Stars: 4
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: Readme.md
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
```