Add ip-api.com to reject whitelist

This commit is contained in:
SukkaW
2023-01-01 21:13:33 +08:00
parent aeb33a169f
commit 2e8d065dc3
2 changed files with 5 additions and 0 deletions

View File

@@ -200,6 +200,7 @@ const PREDEFINED_WHITELIST = [
'api.xiaomi.com', // https://github.com/jerryn70/GoodbyeAds/issues/281
'api.io.mi.com', // https://github.com/jerryn70/GoodbyeAds/issues/281
'cdn.userreport.com', // https://github.com/AdguardTeam/AdGuardSDNSFilter/issues/1158
'ip-api.com',
];
module.exports.HOSTS = HOSTS;