RP
RP() adds an RP record to a domain.
The RP implementation in DNSControl is still experimental and may change.
D("example.com", REG_MY_PROVIDER, DnsProvider(DSP_MY_PROVIDER),
RP("@", "user.example.com.", "example.com."),
);Last updated
RP() adds an RP record to a domain.
The RP implementation in DNSControl is still experimental and may change.
D("example.com", REG_MY_PROVIDER, DnsProvider(DSP_MY_PROVIDER),
RP("@", "user.example.com.", "example.com."),
);Last updated