mirror of
https://github.com/gnh1201/caterpillar.git
synced 2025-06-18 02:59:07 +00:00
Updated Fediverse (markdown)
parent
5cd47dcb7d
commit
15c55ae0a6
20
Fediverse.md
20
Fediverse.md
|
@ -11,3 +11,23 @@
|
||||||
* SSL decryption (MITM) when relaying to federated servers.
|
* 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