Hi, I’m curious if Netlify wildcard subdomain redirects can be used to point to IP addresses?
App URL: rad-dns.netlify.app
Domain: dns.rad.cm
I understand a Pro account is required for wildcard subdomains. I’m trying to achieve the following all in the _redirects file:
name1.dns.rad.cm/* 192.168.1.10 301!
name2.dns.rad.cm/* 192.168.1.19 301!
Essentially I’m trying to create a bunch of A-records using Git. Can it be done?
Thank you!