mirror of
https://github.com/gnh1201/caterpillar.git
synced 2025-06-18 02:59:07 +00:00
Updated Fediverse (markdown)
parent
5cd47dcb7d
commit
15c55ae0a6
22
Fediverse.md
22
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).
|
||||
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=
|
||||
```
|
Loading…
Reference in New Issue
Block a user