dnsbl module?

These are old archives. They are kept for historic purposes only.
Post Reply
Landslyde
Posts: 21
Joined: Mon Jun 23, 2014 6:45 pm

dnsbl module?

Post by Landslyde »

UnrealIRCd is awesome! It took me less than an hour to configure it and Anope and put it into production. Really good stuff. Then another told me abt InspIRCd. He put his insp.conf up on pastebin for me to look at. After viewing it, I decided Unreal was a better choice. That said, there was one part of the insp.conf that I can't find on unreal. It was a dnsbl module. Here is just a small part of what this guy had on his file:

Code: Select all

<module name="m_dnsbl.so">
	 
	<dnsbl name="EFnet TOR"
	       type="bitmask"
	       domain="rbl.efnetrbl.org"
	       action="ZLINE"
	       reason="Your IP %ip% is listed on efnet's RBL. http://rbl.efnetrbl.org/?i=%ip%"
	       duration="1h"
	       bitmask="1,2,3,4,5">
	 
	<dnsbl name="rbl.efnetrbl.org"
	       type="bitmask"
	       domain="rbl.efnetrbl.org"
	       action="GLINE"
	       reason="Your IP %ip% is listed on efnet's RBL. http://rbl.efnetrbl.org/?i=%ip%"
	       duration="6h"
	       bitmask="1,2,3,4,5,6,7,8,9,10">
	 
	<dnsbl name="rbl.efnetrbl.org"
	       type="record"
	       domain="rbl.efnetrbl.org"
	       action="GLINE"
	       reason="Your IP %ip% is listed on efnet's RBL. http://rbl.efnetrblidiot.org/?i=%ip%"
	       duration="6h"
	       records="1,2,3,4,5,6,7,8,9,10">
	 
	<dnsbl name="proxyBL"
	       type="bitmask"
	       domain="dnsbl.proxybl.org"
	       action="ZLINE"
	       reason="Your host is listed in proxyBL. Please visit http://www.dnsbl.proxybl.org?ip=%ip% for more information."
	       duration="6h"
	       bitmask="1,2,3,4,5,6,7,8,9,10">
So I was wondering if I'm just missing something in the unreal config or if this is going to be a part of the 3.4.x series? Just wondering coz this is a nice feature to have, and I'd like to be able to use this kind of service with Unreal. I hope I'm just misisng something and it's available to me now...but if not, I can wait.
Landslyde
Posts: 21
Joined: Mon Jun 23, 2014 6:45 pm

Re: dnsbl module?

Post by Landslyde »

My bad. I found this particular module @ https://wiki.anope.org/index.php/2.0/Modules
I thought it wld be an Unreal module, but is a module for Anope.

Case closed.
Post Reply