/** * @copyright nhcarrigan * @license Naomi's Public License * @author Naomi Carrigan */ export const blockedIps: Array<{ ip: string; ttl: Date }> = [];