Updated Fediverse (markdown)

Namhyeon Go 2024-10-09 03:25:36 +09:00
parent 7254255a2b
commit e645662286

@ -13,7 +13,8 @@ This document covers how to block spam using Caterpillar Proxy in web applicatio
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) [#](https://qiita.com/gnh1201/items/09f4081f84610db3a9d3)
## Example of settings.ini (.env)
## Example of `settings.ini` (or `.env`)
```
[settings]
PORT=5555
@ -29,10 +30,11 @@ LOCAL_DOMAIN=catswords.social
PROXY_PASS=http://127.0.0.1:3000
MASTODON_SERVER=
MASTODON_USER_TOKEN=
TRUECAPTCHA_USERID=YOUR_TRUECAPTCHA_USERID
TRUECAPTCHA_APIKEY=YOUR_TRUECAPTCHA_APIKEY
TRUECAPTCHA_USERID=gnh1201@gmail.com
TRUECAPTCHA_APIKEY=u6IzvFYU1mKGTfdby4IV
LIBREY_APIURL=https://serp.catswords.net
DICTIONARY_FILE=/usr/local/src/english-words/words_alpha.txt
BAD_DOMAINS=krsw-wiki.org,midokuriserver.github.io
USE_EXTENSIONS=fediverse.Fediverse
```