Debug NordSpam

pull/203/head
M66B 4 years ago
parent 76e99796a5
commit 2ce0b87f93

@ -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…
Cancel
Save