mirror of
https://github.com/M66B/FairEmail.git
synced 2025-02-22 06:01:12 +00:00
Debug NordSpam
This commit is contained in:
parent
76e99796a5
commit
2ce0b87f93
1 changed files with 5 additions and 0 deletions
|
@ -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",
|
||||
})
|
||||
));
|
||||
|
||||
|
|
Loading…
Reference in a new issue