What is the best way to add a DNS wildcard record for a domain?
I want example.net
, www.example.net
, a.b.c.www.example.net
, ... going to one server.
Now I use:
example.net. 60 IN A 1.2.3.4
*.example.net. 60 IN CNAME example.net.
Is it possible to do it simpler?