diff options
| author | 2015-08-06 05:08:44 +0400 | |
|---|---|---|
| committer | 2015-08-06 05:08:44 +0400 | |
| commit | 055f4b41f0918abd0e11c118db94c35c126a58d6 (patch) | |
| tree | 49c3e1df763c854747d012eb3255df782dc133af /config-default | |
| parent | ce857ad5f744f74b15ca36264609282c5642778e (diff) | |
Remove proxybl and add incredibl
Diffstat (limited to 'config-default')
| -rw-r--r-- | config-default/dnsbl.xml | 10 |
1 files changed, 7 insertions, 3 deletions
diff --git a/config-default/dnsbl.xml b/config-default/dnsbl.xml index 26c72b6..01f72b4 100644 --- a/config-default/dnsbl.xml +++ b/config-default/dnsbl.xml @@ -22,12 +22,16 @@ <!-- <response id="127.0.0.17">Automatically determined botnet IPs (experimental)</response> --> <response id="127.0.0.255">Unknown</response> </query> - <query id="dnsbl.proxybl.org."> - <response id="127.0.0.2">Open Proxy</response> - </query> <query id="dnsbl.sorbs.net."> <response id="127.0.0.2">HTTP Proxy</response> <response id="127.0.0.3">SOCKS Proxy</response> <response id="127.0.0.4">Misc. proxy</response> </query> + <query id="dnsbl.incredibl.org."> + <response id="127.0.0.2">SOCKS Proxy</response> + <response id="127.0.0.3">IRC Proxy</response> + <response id="127.0.0.4">HTTP Proxy</response> + <response id="127.0.0.5">IRC Drone</response> + <response id="127.0.0.6">TOR</response> + </query> </dnsbl> |
