TooTallNate / resolve.n8.io

API that resolves a hostname's IP address

Home Page:https://resolve.n8.io

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

resolve.n8.io

Resolves a hostname.

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

Usage with ddclient

Google Domains does not support ALIAS DNS records, 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

About

API that resolves a hostname's IP address

https://resolve.n8.io


Languages

Language:JavaScript 100.0%