diff --git a/.env.default b/.env.default index 3f2287a..541e278 100644 --- a/.env.default +++ b/.env.default @@ -9,5 +9,5 @@ CLOUDFLARE_API_KEY= # AbuseIPDB: https://www.abuseipdb.com/account/api ABUSEIPDB_API_KEY= -# API key for api.sefinek.net. Contact me at contact@sefinek.net to obtain it and contribute to the sefinek24/malicious-ip-addresses. Leave empty if you don't have a token. +# API key for api.sefinek.net. Contact me at contact@sefinek.net to obtain it and contribute to the sefinek24/Malicious-IP-Addresses. Leave empty if you don't have a token. SEFINEK_API_SECRET= \ No newline at end of file diff --git a/config.js b/config.js index 3696470..84f983b 100644 --- a/config.js +++ b/config.js @@ -17,7 +17,7 @@ const SUCCESS_COOLDOWN_MS = 2 * 1000; // 2s // This ensures that WAF violations originating from your IP address are not reported to AbuseIPDB. const IP_REFRESH_INTERVAL = 55 * 60 * 1000; // 55m -// Report IP addresses to api.sefinek.net to support the development of the repository at https://github.com/sefinek24/malicious-ip-addresses. If true, please see the .env file. +// Report IP addresses to api.sefinek.net to support the development of the repository at https://github.com/sefinek24/Malicious-IP-Addresses. If true, please see the .env file. const REPORT_TO_SEFINEK_API = true; // How often should the log (reported_ips.csv) be analyzed and sent to the Sefinek API?