From 15c55ae0a6f169718dc27648385cfc15c20d7d8c Mon Sep 17 00:00:00 2001 From: "Namhyeon, Go" Date: Mon, 4 Mar 2024 17:28:16 +0900 Subject: [PATCH] Updated Fediverse (markdown) --- Fediverse.md | 22 +++++++++++++++++++++- 1 file changed, 21 insertions(+), 1 deletion(-) diff --git a/Fediverse.md b/Fediverse.md index 61160fa..c1f7d8b 100644 --- a/Fediverse.md +++ b/Fediverse.md @@ -10,4 +10,24 @@ * RepeatedNumber3 - Detect a repeated numbers 3 times or more. * SSL decryption (MITM) when relaying to federated servers. -The strategies were implemented to respond to [the Fediverse Spam Attacks which started on the 15th of February](https://github.com/Mastodon-DE/blocklists/blob/main/spam%2F2024-02-15%2F2024-02-15-spam-mute-list.md). \ No newline at end of file +The strategies were implemented to respond to [the Fediverse Spam Attacks which started on the 15th of February](https://github.com/Mastodon-DE/blocklists/blob/main/spam%2F2024-02-15%2F2024-02-15-spam-mute-list.md). + +### Example of settings.ini (.env) +``` +[settings] +PORT=5555 +SERVER_URL=localhost +SERVER_CONNECTION_TYPE= +CA_KEY=ca.key +CA_CERT=ca.crt +CERT_KEY=cert.key +CERT_DIR=certs/ +OPENSSL_BINPATH=openssl +CLIENT_ENCODING=utf-8 +LOCAL_DOMAIN=example.org +PROXY_PASS=http://127.0.0.1:3000 +DICTIONARY_FILE=words_alpha.txt +TRUECAPTCHA_USERID= +TRUECAPTCHA_APIKEY= +LIBREY_APIURL= +``` \ No newline at end of file