summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorJesusaves <cpntb1@ymail.com>2020-12-17 14:25:00 -0300
committerJesusaves <cpntb1@ymail.com>2020-12-17 14:25:00 -0300
commitdaa16dce35a61b04306f46148c3b51a819c98986 (patch)
treee53e86b3ea23c9c133cc0409662b59b23fd17b6e /README.md
parentb8d39a45db5793faa33ac940e70c04a8170a8adf (diff)
downloadserver-daa16dce35a61b04306f46148c3b51a819c98986.tar.gz
server-daa16dce35a61b04306f46148c3b51a819c98986.tar.bz2
server-daa16dce35a61b04306f46148c3b51a819c98986.tar.xz
server-daa16dce35a61b04306f46148c3b51a819c98986.zip
Update README instructions, and fix the blacklist system to use dl_search
instead.
Diffstat (limited to 'README.md')
-rw-r--r--README.md13
1 files changed, 13 insertions, 0 deletions
diff --git a/README.md b/README.md
index 4b91a37..11dfe03 100644
--- a/README.md
+++ b/README.md
@@ -54,6 +54,19 @@ Fail2Ban will block harmful clients which could otherwise DoS your server.
See also their official website: https://www.fail2ban.org
+The server will read (one IP per line) the files called Z-Line, G-Line and K-Line
+in this order during startup, and won't read them again at runtime.
+They will issue "bans", which causes connection to be dropped right after being
+established with status 1011.
+
+It is advised dropping IPs at Z-Line on a firewall level, but that is not done
+automatically, nor are the files distinguished among themselves.
+
+You can, for example, download a
+[Tor Exit Nodes List](https://check.torproject.org/torbulkexitlist?ip=1.1.1.1)
+and auto-fill one of the three files, while still keeping two ban lists for your
+own management.
+
# The client
The client should work out-of-the-box, but a few concerns are to be made.