DNS wildcard via add-host or add-alias?
Tony Primerano <[email protected]>
| Newsgroups | gmane.network.djbdns |
|---|---|
| Message-ID | <[email protected]> |
How do I wildcard my entire domain? This page http://cr.yp.to/djbdns/tinydns-data.html talks about the format when they are in /service/tinydns/root/data but can I make these entries via the add-host command? ./add-host *.foo.com 1.1.1.1 places the following in /service/tinydns/root/data =\052.foo.com:1.1.1.1:86400 Is that correct or should I really see =*.foo.com:1.1.1.1:86400