mirror of
https://github.com/spacebarchat/docs.git
synced 2024-11-22 02:02:32 +01:00
Docs for fosscord/fosscord-server#948
This commit is contained in:
parent
20b24a5d18
commit
dbe8b537a7
@ -9,3 +9,5 @@ There are various security measures available to instance owners.
|
|||||||
## [Registration Tokens](regTokens.md)
|
## [Registration Tokens](regTokens.md)
|
||||||
|
|
||||||
## [Rate Limits](limits.md)
|
## [Rate Limits](limits.md)
|
||||||
|
|
||||||
|
## [Blocking Proxies/VPN](ipanalysis.md)
|
15
docs/setup/server/security/ipanalysis.md
Normal file
15
docs/setup/server/security/ipanalysis.md
Normal file
@ -0,0 +1,15 @@
|
|||||||
|
# Blocking Proxies/VPNs
|
||||||
|
|
||||||
|
Fosscord supports scanning the IP addresses of users who register in order to block proxies, VPNs, hosting providers, and various 'bad IPs'.
|
||||||
|
Fosscord uses [GetIPIntel](https://getipintel.net/)'s free API to do so. You can read more about how it works there.
|
||||||
|
|
||||||
|
You can enable this by setting, in your instance [config](../configuration/index.md):
|
||||||
|
|
||||||
|
* `register_blockProxies` to `true`.
|
||||||
|
* `general_correspondenceEmail` to a valid email address which can send and receive email. This is sent to GetIPIntel.
|
||||||
|
|
||||||
|
!!! warning
|
||||||
|
|
||||||
|
GetIPIntel is a free service, and to prevent abuse has very tight request limits.
|
||||||
|
At the time of writing, you are allowed to make 500 requests per day, and no more than 15 requests per minute.
|
||||||
|
If you expect to exceed this with your instance we recommend not enabling it.
|
Loading…
Reference in New Issue
Block a user