summaryrefslogtreecommitdiff
path: root/config/config.exs
diff options
context:
space:
mode:
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 435387a64..a9ea7edec 100644
--- a/config/config.exs
+++ b/config/config.exs
@@ -406,6 +406,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,