I have the following configuration on my DNSMASQ configuration:
This sets the domain "domain.com" for all devices in my LAN and a few CNAMEs to point some custom web apps to where they are hosted (in the NAS).
The "domain.com" is also configured in Cloudflare with an A record for "home.domain.com" to...
How to forward a specific subdomain to upstream with this DNSMASQ configuration?
Code:
domain=domain.com,192.168.0.0/24,local domain-needed bogus-priv cname=app1.domain.com,nas.domain.com cname=app2.domain.com,nas.domain.com cname=app3.domain.com,nas.domain.com
The "domain.com" is also configured in Cloudflare with an A record for "home.domain.com" to...
How to forward a specific subdomain to upstream with this DNSMASQ configuration?