From 95f407e6309118841bdb3100728393eb110b92a6 Mon Sep 17 00:00:00 2001 From: ScrumpyJack Date: Wed, 23 Dec 2015 11:07:34 +0000 Subject: [PATCH] Updated Home (markdown) --- Home.md | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/Home.md b/Home.md index 15c5c16..3990bd9 100644 --- a/Home.md +++ b/Home.md @@ -125,4 +125,9 @@ The above options can be translated as follows:
s.connect("stats.hermes-project.com",11125);
-Hermes connects to remote host stats.hermes-project.com on port 11125, so make sure your proxy/firewall allows for that if you want Stats submission to work. \ No newline at end of file +Hermes connects to remote host stats.hermes-project.com on port 11125, so make sure your proxy/firewall allows for that if you want Stats submission to work. + +### Blacklisting IP ranges (from 1.4 release notes) + +To blacklist 192.168.1.0/24: +
sqlite> insert into blacklisted_ips values ('192.168.1.');