• Debian 11 is approaching its end-of-life (vendor EOL date - August 31, 2026). Plesk Obsidian 18.0.80 will be the last release to support it.
    If you are running Plesk Obsidian on Debian 11, we recommend you upgrade those servers to Debian 12 using our dist-upgrade tool.
  • We plan to deprecate and remove the support for XML RPC protocol versions earlier than 1.6.9.1 in Plesk Obsidian 18.0.82. We strongly recommend that you update all existing integrations using earlier versions of the XML RPC protocol to comply with the version 1.6.9.1 specification.

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