Documentation
¶
Overview ¶
Package cctld implements ccTLD pivot discovery: given an input domain it constructs <base>.<tld> apex candidates for each ccTLD in the supplied list or preset, resolves DNS records, and returns structured per-candidate results.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func PivotCcTLD ¶
func PivotCcTLD(ctx context.Context, config dnsfern.DiscoverDnsCctldConfig) dnsfern.DiscoverDnsCctldReport
PivotCcTLD is the main entry point. It orchestrates the full ccTLD pivot workflow and returns a structured report.
func TLDsForPreset ¶
TLDsForPreset returns the list of TLD labels for the named preset. presetName must be one of: APT_RELEVANT, TOP50, EU27, ASEAN, ALL (case-insensitive).
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.