generated from nhcarrigan/template
8 lines
159 B
TypeScript
8 lines
159 B
TypeScript
/**
|
|
* @copyright nhcarrigan
|
|
* @license Naomi's Public License
|
|
* @author Naomi Carrigan
|
|
*/
|
|
|
|
export const blockedIps: Array<{ ip: string; ttl: Date }> = [];
|