For the complete documentation index, see llms.txt. This page is also available as Markdown.

RP

RP adds an Responsible Person record to a domain.

An RP record contains contact details for the domain. Usually an email address with the @ replaced by a ..

dnsconfig.js
D("example.com", REG_MY_PROVIDER, DnsProvider(DSP_MY_PROVIDER),
  RP("@", "user.example.com.", "example.com."),
);

Last updated