diff options
author | Peter Powell <petpow@saberuk.com> | 2017-04-07 15:53:12 +0100 |
---|---|---|
committer | Peter Powell <petpow@saberuk.com> | 2017-04-07 16:09:14 +0100 |
commit | ce7ddb1fe7a44baf5c4ae5f10535d1801235fabb (patch) | |
tree | baf064cf7645aa20da368eb72ecf3dc519718551 /docs | |
parent | c51f6dea7904beb2615cc034a9ce01d7d75b6c29 (diff) |
Update securelist exception list.
- Add an exception for IRC-Source.
- Remove an exception for SearchIRC.
- Remove an old exception for netsplit.
Diffstat (limited to 'docs')
-rw-r--r-- | docs/conf/modules.conf.example | 9 |
1 files changed, 4 insertions, 5 deletions
diff --git a/docs/conf/modules.conf.example b/docs/conf/modules.conf.example index d3cd2b537..c05dad38c 100644 --- a/docs/conf/modules.conf.example +++ b/docs/conf/modules.conf.example @@ -1599,13 +1599,12 @@ # #-#-#-#-#-#-#-#-#-# SECURELIST CONFIGURATION -#-#-#-#-#-#-#-#-#-#-#-#-# # # -# Securelist can be harmful to some IRC search engines such as # -# netsplit.de and searchirc.com. To prevent securelist blocking these # -# sites from listing, define exception tags as shown below: # -#<securehost exception="*@*.searchirc.org"> +# Securelist can be harmful to some IRC search engines. To prevent # +# securelist blocking these sites from listing, define exception tags # +# as shown below: # #<securehost exception="*@*.netsplit.de"> -#<securehost exception="*@echo940.server4you.de"> #<securehost exception="*@*.ircdriven.com"> +#<securehost exception="*@*.irc-source.com"> # # # Define the following variable to change how long a user must wait # # before issuing a LIST. If not defined, defaults to 60 seconds. # |