interface DomainRecordGeoIPConfig {
    default: string;
    matches: DomainRecordGeoIPConfigMatch[];
}

Properties

Properties

default: string