• Plesk Uservoice will be deprecated by October. Moving forward, all product feature requests and improvement suggestions will be managed through our new platform Plesk Productboard.
    To continue sharing your ideas and feedback, please visit features.plesk.com

How do i add in wildcard DNS?

E

engteng

Guest
Hi,
Is there a way for me to add in wildcard DNS? Any help is very much appreciated.

PS: Already at my end wits here.

Thanks
Teng
 
At the Pelsk 8.3 you can create such wildcard dns record.
*.domain.tld. A 123.123.123.123
Just place '*' instead of the name and enter IP address
 
That was easy :) Thought need to change some config files and etc from the what i'd read from the internet/forum. Guess that is only for the Unix based.

Anyway, i'd changed it in the DNS setting and it works !

Thanks Temka, really appreciate your help here.

Regards,
Teng
 
Hi,

I have setup *.domain.tld. A 123.123.123.123 on my Plesk 9.0.1 server, but i only get the Server Default page when visiting blabla.domain.tld? Why is that?
 
Hi,

I have setup *.domain.tld. A 123.123.123.123 on my Plesk 9.0.1 server, but i only get the Server Default page when visiting blabla.domain.tld? Why is that?

Same problem. Any Solution?
 
Hi,

I have setup *.domain.tld. A 123.123.123.123 on my Plesk 9.0.1 server, but i only get the Server Default page when visiting blabla.domain.tld? Why is that?

I have same problem too.
Please help.
 
Make sure that your vhost configuration file doesn't content headers for specific subdomains like

198.22.11.xxx 80 domain.com
198.22.11.xxx 80 www.domain.com

But it should contain only following header:

198.22.11.xxx 80

without specified host header value.
I hope it will help.
 
Back
Top