[MaraDNS list] Limiting DNS requests
William <[email protected]> Wed, 28 Dec 2011 23:07:10 -0700
| Newsgroups | gmane.network.dns.maradns.general |
|---|---|
| Message-ID | <[email protected]> |
Hello, I'm wondering if there's a way to limit dns responses by IP. For example csv2["example.net."] = "example.net" csv2["test.net."] = "test.net" ipv4_bind_addresses = "10.0.0.2, 10.0.0.3, 10.0.0.4, 10.0.0.5" example.net has name servers pointed at 10.0.0.2 and 10.0.0.3 test.net has name servers pointed at 10.0.0.4 and 10.0.0.5 If I query 10.0.0.4 for example.net it will return the queries. Is it possible for it to return not found? Best Regards, William