From f46ca76ea1a168d93bdbb85cbcd13d55b42e4162 Mon Sep 17 00:00:00 2001
From: Anthony Wang
Date: Wed, 17 Aug 2022 00:34:49 +0800
Subject: Add script for deleting spam users

---
 Running-federated-Gitea.md | 6 +++++-
 1 file changed, 5 insertions(+), 1 deletion(-)

diff --git a/Running-federated-Gitea.md b/Running-federated-Gitea.md
index 6048faa..5f67cd6 100644
--- a/Running-federated-Gitea.md
+++ b/Running-federated-Gitea.md
@@ -16,4 +16,8 @@ First, clone this repository. If you would like to build a Docker image, there i
 
 Make sure you have `ENABLED=true` in the [federation](https://docs.gitea.io/en-us/config-cheat-sheet/#federation-federation) section of your Gitea config.
 
-Also, make sure your reverse-proxy is set up correctly if you use one, using the [Gitea docs](https://docs.gitea.io/en-us/reverse-proxies/) as reference.
\ No newline at end of file
+Also, make sure your reverse-proxy is set up correctly if you use one, using the [Gitea docs](https://docs.gitea.io/en-us/reverse-proxies/) as reference.
+
+## Dealing with spam
+
+Currently, there are no moderation features in Gitea, so you unfortunately cannot easily block a domain. If your instance is spammed by another domain, you can clean up the remote spam users using the script from [this post](https://social.exozy.me/@ta180m/108833487026433886).
\ No newline at end of file
-- 
cgit v1.2.3