Forum Moderators: bakedjake

Message Too Old, No Replies

Bind DNS server and wildcards

bind dns wildcards

         

dreamscan

6:43 am on Nov 21, 2003 (gmt 0)

10+ Year Member



Does anyone know how I can easily enable wildcards for domains through bind dns 9.2.1?

dingman

6:12 pm on Nov 21, 2003 (gmt 0)

WebmasterWorld Senior Member 10+ Year Member



Zone file fragment:

* IN A 1.2.3.4
IN HINFO "info about" "the server above"
IN MX mail

That's a hypothetical set-up, but quite like one that I use. You could use a CNAME rather than an A record if you wanted, ditch the HINFO and/or MX records, etc. It's really quite simple. Just use an asterisk in the host name.

HTH