DNSBL
DNSBL
This is a 'fire and forget' style plugin. It queries 5 DNS Blacklists to determine if the player connecting is using a proxy or tor and kicks them if they are. The current blacklists checked are:
- dnsbl.dronebl.org
- tor.dnsbl.sectoor.de
- xbl.spamhaus.org
- dnsbl.proxybl.org
- proxies.dnsbl.sorbs.net
- dnsbl.tornevall.org
Commands
There aren't any.
Configuration
There is no config file.
Permissions
- 'dnsbl.ignore' - ignores the player on connect and will not check their IP. OPs are also not checked on connect.
GitHub
https:github.com/ExCinereSurgimus/NoProxyForYou/

-
View User Profile
-
Send Message
Posted Jan 27, 2014@Waester
Still the latest version. I'll update the files to say 1.7.x. Thanks for reminding me.
-
View User Profile
-
Send Message
Posted Jan 27, 2014Is this plugin in need of update or is everything still the "latest"?
-
View User Profile
-
Send Message
Posted Aug 10, 2013@ThisUsernameIsMine
Well when a client connects it puts them in a list of clients to check. A thread is spawned to run the checks. Assuming you have a decent DNS server, it shouldn't take more than half a second for each thread to complete.
The threads were needed because doing the checks in the main thread was blocking and would hang the server for around half a second.
According to MCStats there are 7 servers using it currently, and it peaks at over 80 players among them.
Hope that helps!
-
View User Profile
-
Send Message
Posted Aug 10, 2013@aetaric
How much impact does querying those blacklists have on the server? (for instance when multiple clients connect at once)
-
View User Profile
-
Send Message
Posted Aug 7, 2013@omgitsmit
Yes. The 1.1.0 update is pending approval from bukkit staff.
-
View User Profile
-
Send Message
Posted Jul 12, 2013@aetaric
Thank you ;-)
-
View User Profile
-
Send Message
Posted Jul 12, 2013@ThisUsernameIsMine
Currently it isn't showing it in the logs, but i'll have it showing in 1.1.0.
-
View User Profile
-
Send Message
Posted Jul 12, 2013Will you see when/which clients are kicked?
Thanks.