v4 and v6
*.v4.nanobots.club and *.v6.nanobots.club
The v4 and v6 types do not take any inputs, and will set the the UUID subdomain to the IP the request came from.
You can use them like:
# IPv4
curl -4sSLX POST 'https://v1.nanobots-api.unhexium.dev/v4/SomewhereOverTheRainbow'
# IPv6
curl -6sSLX POST 'https://v1.nanobots-api.unhexium.dev/v6/SomewhereOverTheRainbow'
These will cause their respective updates to the UUID subdomain,
# v4
dig +short A 527e640f-5511-5bca-c4d3-ae1cf6cf3122.v4.nanobots.club
# v6
dig +short AAAA 527e640f-5511-5bca-c4d3-ae1cf6cf3122.v6.nanobots.club
ds (*.ds.nanobots.club)
Short for “dual-stack”, this reads records submitted via both v4 and v6 API routes, and returns the address family requested (A or AAAA).
# v4
dig +short A 527e640f-5511-5bca-c4d3-ae1cf6cf3122.ds.nanobots.club
# v6
dig +short AAAA 527e640f-5511-5bca-c4d3-ae1cf6cf3122.ds.nanobots.club