Updated Home (markdown)

ScrumpyJack 2015-12-23 11:07:34 +00:00
parent 0eaf8149df
commit 95f407e630

@ -125,4 +125,9 @@ The above options can be translated as follows:
<pre>s.connect("stats.hermes-project.com",11125);</pre>
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.
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:
<pre>sqlite> insert into blacklisted_ips values ('192.168.1.');</pre>