Commit 0dfe1373 authored by Vitaly Lipatov's avatar Vitaly Lipatov

docs: clarify public and internal ban ports

parent 6e115d1a
...@@ -10,7 +10,8 @@ ...@@ -10,7 +10,8 @@
# Redis stores the authoritative active-ban set. Configure the Redis server # Redis stores the authoritative active-ban set. Configure the Redis server
# with durable persistence (for example: appendonly yes, appendfsync everysec). # with durable persistence (for example: appendonly yes, appendfsync everysec).
# Redirect banned to # Redirect banned external clients to the public ban page on ban_server:81.
# Internal clients are redirected to ban_server:82 when internal_interface is set.
#ban_server = 192.168.0.0 #ban_server = 192.168.0.0
# Input interface # Input interface
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment