Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func RRtoRCTxtBug ¶
RRtoRCTxtBug converts dns.RR to models.RecordConfig. Compensates for the backslash bug in github.com/miekg/dns/issues/1384.
func RRv1tov2 ¶ added in v4.33.0
RRv1tov2 converts github.com/miekg/dns (v1) RR to codeberg.org/miekg/dns (v2) RR. Typically used in providers that still use v1. Note: this function is not efficient. It converts via string representation. Use it until you are able to convert to v2 fully. Note: Panics on error.
func RRv2tov1 ¶ added in v4.33.0
RRv2tov1 converts codeberg.org/miekg/dns (v2) RR to github.com/miekg/dns (v1) RR. Typically used in providers that still use v1. Note: this function is not efficient. It converts via string representation. Use it until you are able to convert to v1 fully. Note: Panics on error.
Types ¶
This section is empty.