Prevent brute force login attack

This commit is contained in:
Chocobozzz
2018-03-29 10:58:24 +02:00
parent 23f4c3d412
commit 490b595a01
16 changed files with 189 additions and 22 deletions

View File

@@ -7,6 +7,14 @@ webserver:
hostname: undefined
port: 443
# Proxies to trust to get real client IP
# If you run PeerTube just behind a local proxy (nginx), keep 'loopback'
# If you run PeerTube behind a remote proxy, add the proxy IP address (or subnet)
trust_proxy:
- 'loopback'
- 'linklocal'
- 'uniquelocal'
# Your database name will be "peertube"+database.suffix
database:
hostname: 'db'