From aaee82ee303dd3f1f4d1bea219942fc79bb2542f Mon Sep 17 00:00:00 2001 From: Sadie Powell Date: Tue, 22 Dec 2020 06:07:11 +0000 Subject: Add config files for popular DNSBL providers. --- docs/conf/modules.conf.example | 12 +++++++++++- docs/conf/providers/dronebl.conf.example | 11 +++++++++++ docs/conf/providers/efnet-rbl.conf.example | 11 +++++++++++ docs/conf/providers/torexit.conf.example | 11 +++++++++++ 4 files changed, 44 insertions(+), 1 deletion(-) create mode 100644 docs/conf/providers/dronebl.conf.example create mode 100644 docs/conf/providers/efnet-rbl.conf.example create mode 100644 docs/conf/providers/torexit.conf.example (limited to 'docs/conf') diff --git a/docs/conf/modules.conf.example b/docs/conf/modules.conf.example index 30082ead2..4a0604d87 100644 --- a/docs/conf/modules.conf.example +++ b/docs/conf/modules.conf.example @@ -872,7 +872,17 @@ # # # # For configuration options please see the docs page for dnsbl at # -# https://docs.inspircd.org/3/modules/dnsbl # +# https://docs.inspircd.org/3/modules/dnsbl. You can also use one or # +# more of the following example configs for popular DNSBLs: # +# # +# DroneBL (https://dronebl.org) # +# +# # +# EFnet RBL (https://rbl.efnetrbl.org) # +# +# # +# dan.me.uk Tor exit node DNSBL (https://www.dan.me.uk/dnsbl) # +# #-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-# # Exempt channel operators module: Provides support for allowing # diff --git a/docs/conf/providers/dronebl.conf.example b/docs/conf/providers/dronebl.conf.example new file mode 100644 index 000000000..72055d522 --- /dev/null +++ b/docs/conf/providers/dronebl.conf.example @@ -0,0 +1,11 @@ +# This file contains configuration for using the dnsbl module with +# the DroneBL DNSBL. See https://dronebl.org/ for more information on +# DroneBL. + + diff --git a/docs/conf/providers/efnet-rbl.conf.example b/docs/conf/providers/efnet-rbl.conf.example new file mode 100644 index 000000000..78dce53cb --- /dev/null +++ b/docs/conf/providers/efnet-rbl.conf.example @@ -0,0 +1,11 @@ +# This file contains configuration for using the dnsbl module with +# the EFnet RBL. See https://rbl.efnetrbl.org/ for more information +# on the EFnet RBL. + + diff --git a/docs/conf/providers/torexit.conf.example b/docs/conf/providers/torexit.conf.example new file mode 100644 index 000000000..e9e62c43a --- /dev/null +++ b/docs/conf/providers/torexit.conf.example @@ -0,0 +1,11 @@ +# This file contains configuration for using the dnsbl module with +# the dan.me.uk Tor exit node DNSBL. See https://www.dan.me.uk/dnsbl +# for more information on the dan.me.uk Tor exit node DNSBL. + + -- cgit v1.2.3