mirror of
https://github.com/M66B/FairEmail.git
synced 2026-04-04 16:16:33 +02:00
Debug NordSpam
This commit is contained in:
@@ -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",
|
||||
})
|
||||
));
|
||||
|
||||
|
||||
Reference in New Issue
Block a user