1
0
Fork 0
mirror of https://github.com/M66B/FairEmail.git synced 2025-02-22 06:01:12 +00:00

Debug NordSpam

This commit is contained in:
M66B 2021-08-08 13:11:32 +02:00
parent 76e99796a5
commit 2ce0b87f93

View file

@ -79,6 +79,11 @@ public class DnsBlockList {
new BlockList(false, "Barracuda", "b.barracudacentral.org", true, new String[]{
// https://www.barracudacentral.org/rbl/how-to-use
"127.0.0.2",
}),
new BlockList(BuildConfig.DEBUG, "NordSpam", "dbl.nordspam.com", false, new String[]{
// https://www.nordspam.com/
"127.0.0.2",
})
));