Updated Home (markdown)
parent
0eaf8149df
commit
95f407e630
1 changed files with 6 additions and 1 deletions
7
Home.md
7
Home.md
|
@ -125,4 +125,9 @@ The above options can be translated as follows:
|
||||||
|
|
||||||
<pre>s.connect("stats.hermes-project.com",11125);</pre>
|
<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>
|
||||||
|
|
Loading…
Add table
Reference in a new issue