diff options
| author | 2011-04-26 17:42:42 +0000 | |
|---|---|---|
| committer | 2011-04-26 17:42:42 +0000 | |
| commit | aa421a2d56c5bdfb467eddaba478e5aef04bbce4 (patch) | |
| tree | 19227ab5338617627d11f71815bb4a939d203531 /config-default/dnsbl.xml | |
| parent | 19aa221058512854b805994803e91214cd094b40 (diff) | |
Lots of added stuff. Don't know whatall.
Diffstat (limited to 'config-default/dnsbl.xml')
| -rw-r--r-- | config-default/dnsbl.xml | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/config-default/dnsbl.xml b/config-default/dnsbl.xml index ba11a0f..c2c380d 100644 --- a/config-default/dnsbl.xml +++ b/config-default/dnsbl.xml @@ -16,9 +16,13 @@ <response id="127.0.0.8">SOCKS proxy</response> <response id="127.0.0.9">HTTP proxy</response> <response id="127.0.0.10">ProxyChain</response> - <response id="127.0.0.13">Brute force attackers</response> +<!-- <response id="127.0.0.13">Brute force attackers</response> --> <response id="127.0.0.14">Open Wingate Proxy</response> <response id="127.0.0.15">Compromised router / gateway</response> + <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> </dnsbl> |
