deploy: 0d6c301043fd805429ffea0866ad3befd8d2eb13

This commit is contained in:
SukkaBot
2022-04-22 00:25:06 +00:00
parent ccd7082cae
commit b0fb0373ed
4 changed files with 102 additions and 77 deletions

View File

@@ -22,7 +22,7 @@ function makeCidrList(cidr) {
return `############################
# Mainland China IPv4 CIDR
# Data from misaka.io (misakaio @ GitHub)
# Last Updated: ${date.getFullYear()}-${date.getUTCMonth() + 1}-${date.getUTCDate()} ${date.getUTCHours()}:${date.getUTCMinutes()}:${date.getUTCSeconds()}
# Last Updated: ${date.toISOString()}
# Routes: ${cidr.length}
############################\n` + cidr.map(i => `IP-CIDR,${i}`).join('\n') + '\n########### END ############\n';
};