• Our team is looking to connect with folks who use email services provided by Plesk, or a premium service. If you'd like to be part of the discovery process and share your experiences, we invite you to complete this short screening survey. If your responses match the persona we are looking for, you'll receive a link to schedule a call at your convenience. We look forward to hearing from you!
  • We are looking for U.S.-based freelancer or agency working with SEO or WordPress for a quick 30-min interviews to gather feedback on XOVI, a successful German SEO tool we’re looking to launch in the U.S.
    If you qualify and participate, you’ll receive a $30 Amazon gift card as a thank-you. Please apply here. Thanks for helping shape a better SEO product for agencies!
  • The BIND DNS server has already been deprecated and removed from Plesk for Windows.
    If a Plesk for Windows server is still using BIND, the upgrade to Plesk Obsidian 18.0.70 will be unavailable until the administrator switches the DNS server to Microsoft DNS. We strongly recommend transitioning to Microsoft DNS within the next 6 weeks, before the Plesk 18.0.70 release.
  • The Horde component is removed from Plesk Installer. We recommend switching to another webmail software supported in Plesk.

Question underscore for NS-records

mr-wolf

Silver Pleskian
Plesk Guru
1612268779131.png
In the changelog of Plesk Obsidian 18.0.24 it says that Plesk from that moment on does not support DNS-records with an underscore character.
Luckily this is NOT true.

I have many CNAMES with an underscore, typically DKIM-records.

What STILL is not possible are NS-records with an underscore.
I need these to delegate the _acme-challenge.<domain> to the webserver instead of the DNS-server.

In the changelog it say that bind fails to start if a record is configured with an underscore.
Beside that an NS-record with an underscore is compliant with RFC's it's also not true that it causes Bind to crash.
I have many, many NS-records with _acme-challenge. in DNS.
I need to configure these outside of Plesk, which is a Pita!!!

Please make it possible to add NS-records with an underscore!!!!!
I need this.
 
RFC2181 section 11 clarifies DNS purposes of the domain name and makes no limitation on it except max length and label max length. However in shared hosting industry domain names mostly refer to Internet hostnames which is described in RFC1035 section 2.3.1.

On the other side, NS record specifies nameserver that regulates DNS zones which are not mandatory hostnames. So it should be possible to create NS RR for domain names with underscores.

Note NS RDATA (nameserver name) could not contain underscore because it designates nameserver hostname.

The good explanation could be found at Stack Overflow.

As far as I remember you have submitted already report here Forwarded to devs - Unable to create NS records with underscores
 
As far as I remember you have submitted already report here Forwarded to devs - Unable to create NS records with underscores
Yes, that's correct.

The problem is that fixing this has gone to the bottom of the queue because only few people need this. I think that shouldn't be the only parameter.

There's also
  • the impact of the "bug" (inability to use a seperate DNS-server when using wildcard certificates)
  • that it is made intentional where it shouldn't be made intentional.
  • it can be fixed in a predetermined time, which is short.

I was able to work around the inability to create these records by creating them directly in the named zone files using a 2-minute cronjob that keeps the zone-files in check.
Most that need it (wildcard certificates on Plesk servers without DNS) do not know that there is a solution for their problem.
 
Back
Top