summaryrefslogtreecommitdiff
path: root/config/config.exs
diff options
context:
space:
mode:
authorMark Felder <feld@feld.me>2021-01-24 14:56:45 -0600
committerMark Felder <feld@feld.me>2024-05-27 12:23:36 -0400
commit0bddca361d12f347ca9907c5ddb5d1464a17b32a (patch)
tree103d3a8622049f7079ef87335b0629abbbe9a679 /config/config.exs
parent6291bf22bdacd146ae1aa7546281a9fe0c745611 (diff)
downloadpleroma-0bddca361d12f347ca9907c5ddb5d1464a17b32a.tar.gz
pleroma-0bddca361d12f347ca9907c5ddb5d1464a17b32a.zip
DNSRBL in an MRF
Diffstat (limited to 'config/config.exs')
-rw-r--r--config/config.exs5
1 files changed, 5 insertions, 0 deletions
diff --git a/config/config.exs b/config/config.exs
index b93de52e1..1fb0f3911 100644
--- a/config/config.exs
+++ b/config/config.exs
@@ -410,6 +410,11 @@ config :pleroma, :mrf_vocabulary,
accept: [],
reject: []
+config :pleroma, :mrf_dnsrbl,
+ nameserver: "127.0.0.1",
+ port: 53,
+ zone: "bl.pleroma.com"
+
# threshold of 7 days
config :pleroma, :mrf_object_age,
threshold: 604_800,