1

Multiple Domain DNS Rewrites Per Entry
I'm just curious if it's possible to support multiple entries per DNS rewrite, similar to how dnsmasq handles it.
For instance using dnsmasq I can enter the following:
server=/google.com/bing.com/amazon.com/x.x.x.x
and all three domains get re-routed to x.x.x.x in one entry.
However for NextDNS I have to manually add three entries and point them all to x.x.x.x
*.google.com -> x.x.x.x
*.bing.com -> x.x.x.x
*.amazon.com -> x.x.x.x
Thanks!
Like
Follow
1
2replies