• We value your experience with Plesk during 2024
    Plesk strives to perform even better in 2025. To help us improve further, please answer a few questions about your experience with Plesk Obsidian 2024.
    Please take this short survey:

    https://pt-research.typeform.com/to/AmZvSXkx
  • The Horde webmail has been deprecated. Its complete removal is scheduled for April 2025. For details and recommended actions, see the Feature and Deprecation Plan.
  • We’re working on enhancing the Monitoring feature in Plesk, and we could really use your expertise! If you’re open to sharing your experiences with server and website monitoring or providing feedback, we’d love to have a one-hour online meeting with you.

DNS Template . SRV

Frank.P

Regular Pleskian
TITLE:
DNS Template . SRV
PRODUCT, VERSION, OPERATING SYSTEM, ARCHITECTURE:
Onyx 17.8
PROBLEM DESCRIPTION:
Not allow use <ip> in SRV

img1.png
STEPS TO REPRODUCE:
Try to create SRV Template with <ip> in host​
ACTUAL RESULT:
Not allow​
EXPECTED RESULT:
Allow save​
ANY ADDITIONAL INFORMATION:
YOUR EXPECTATIONS FROM PLESK SERVICE TEAM:
Confirm bug
 
Hi Javier P.,

Could you please clarify why you expect that Plesk should allow saving IP-address as a target host for SRV-record? I have read rfc2782 and it looks like a "target" should not be an IP-address, only a domain name of the target host.

Code:
[...]
   Here is the format of the SRV RR, whose DNS type code is 33:

        _Service._Proto.Name TTL Class SRV Priority Weight Port Target
[...]
Target
        The domain name of the target host.  There MUST be one or more
        address records for this name, the name MUST NOT be an alias (in
        the sense of RFC 1034 or RFC 2181).  Implementors are urged, but
        not required, to return the address record(s) in the Additional
        Data section.  Unless and until permitted by future standards
        action, name compression is not to be used for this field.

        A Target of "." means that the service is decidedly not
        available at this domain.
[...]
(c) RFC 2782 - A DNS RR for specifying the location of services (DNS SRV)

In this case, I suggest creating an A-record for required IP-address and use its hostname as a target host in SRV-record.
 
Back
Top