Now if I do dig firebaseio.com, I get the correct server IP address. But if I do dig s-usc1a-nss-2026.firebaseio.com (which is covered by the regex), then I get a NXDOMAIN/127.0.0.1 response.
Since the first rule exists before the second, logically it should override the regex. But it seems like it is not doing so. Is this the expected behaviour?
In my dnsmasq.conf file, I have two rules:
Now if I do
dig firebaseio.com
, I get the correct server IP address. But if I dodig s-usc1a-nss-2026.firebaseio.com
(which is covered by the regex), then I get aNXDOMAIN/127.0.0.1
response.Since the first rule exists before the second, logically it should override the regex. But it seems like it is not doing so. Is this the expected behaviour?