From 96e96f001c5fb182d14afe9c708ac519fb137f87 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Julian-Samuel=20Geb=C3=BChr?= Date: Thu, 5 Jan 2023 17:29:16 +0100 Subject: [PATCH] Add blocklist example --- blocklist.toml | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 blocklist.toml diff --git a/blocklist.toml b/blocklist.toml new file mode 100644 index 0000000..116beb1 --- /dev/null +++ b/blocklist.toml @@ -0,0 +1,18 @@ +instance=lediver.se + +[instance] + [instance.beta_birdsite_live] + url = "https://beta.birdsite.live" + type = reject_media + public_comment = "Crossposter" + private_comment = "Crossposter" + [instance.truth_social] + url = "https://truth.social" + type = limit + public_comment = "Right-Wing extremists" + private_comment = "Trump shit" + [instance.aethy_com] + url = "https://aethy.com" + type = suspend + public_comment = "Lollicon" + private_comment = "Übernommen von chaos.social"