From 78a7ea185a715042b30bd79954fa878c70690705 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Julian-Samuel=20Geb=C3=BChr?= Date: Sun, 8 Jan 2023 21:33:44 +0100 Subject: [PATCH] change blocklist format --- blocklist.toml | 36 +++++++++++++++++++----------------- 1 file changed, 19 insertions(+), 17 deletions(-) diff --git a/blocklist.toml b/blocklist.toml index 116beb1..65b4676 100644 --- a/blocklist.toml +++ b/blocklist.toml @@ -1,18 +1,20 @@ -instance=lediver.se +[[instances]] +name = "beta_birdsite_live" +url = "https://beta.birdsite.live" +type = "reject_media" +public_comment = "Crossposter" +private_comment = "Crossposter" -[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" +[[instances]] +name = "truth_social" +url = "https://truth.social" +type = "limit" +public_comment = "Right-Wing extremists" +private_comment = "Trump shit" + +[[instances]] +name = "aethy_com" +url = "https://aethy.com" +type = "suspend" +public_comment = "Lollicon" +private_comment = "Übernommen von chaos.social" \ No newline at end of file