Re: [MaraDNS list] syntax and wildcards
Mike Sands <[email protected]>
| Newsgroups | gmane.network.dns.maradns.general |
|---|---|
| Message-ID | <[email protected]> |
Disregard figured out its just a standard A record. -----Original Message----- From: [email protected] [mailto:[email protected]] On Behalf Of Mike Sands Sent: Thursday, May 19, 2011 11:29 AM To: MaraDNS support mailing list Subject: [MaraDNS list] syntax and wildcards I'm having a bit of trouble with finding the right syntax to set up a default record for a zone. I've been able to get it partially working I want to respond to requests for 'example.com' with the address for 'www.example.com' Using the wildcard record I've been able to get it to respond for requests that don't exist in the db file like 'no-record.example.com' but not when a user requests just 'example.com' Is there a better way to do this or is my syntax just wrong? This is an example of what I have in my db file. www.% +86400 A 10.1.10.10 ~ *.% +86400 A 10.1.10.10 ~